Microsoft
Software
Hardware
Network
Question : Getting Values from Userform (VBA)
Hello,
I am trying to reference TextBox1 in a userform called UTH_1
How do I reference this and get the value of UTH_1.TextBox1 ?
Thanks,
GISVPN
Answer : Getting Values from Userform (VBA)
You would refer to any item on a userform, exactly as you have in your question.
userform.item
if you want to assign the value of the textbox to a variable.
SomeVariable = UTH_1.TextBox1
Dave
Random Solutions
Login GPO timeout Event ID 1217
Unary and bitwise operators
Access - Calendar table
Resize Ghost Image
id no: c1041724 - exchange 2003
requery subform 2 levels down.
Script to Connect a home directory in Active Directory
input dd/mm/yyyy date format in MSAccess entered as mm/dd/yyyy how to avoid?
Exchange 2007: Bringing an SCR replica online
Access / Maths - Calculate price excluding VAT using an Access field which contains the price including VAT.