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
Access Problem! "The dynamic link library MS09.DLL could not be located"
Rendering timeout when calling report through C# code
strConn Data Source= (trying to add the path root: /htdocs/db/profit.mdb)
Word file Corrupted - unable to recover?
Forms6i Q: Getting around validation behaviour
Excel sorting query (data in multiple rows and columns)
Cloning different model computers with multiple network drivers.
How To export SWF file from SwiShMAx as color and not Grey?
Skip rows in spreadsheet on import into sql
Sybase - Proper Sytnax to Alter an existing table and ADD a constraint