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 Query - Compare part of fields in two tables
Routing and Remote Access on Windows SBS 2003 - Troubleshooting failed VPN connections
Outlook Automation
What's your recommendation for the best macro software?
Email forwarding with 123-reg.co.uk and Exchange Server 2003
SBS 2003 service pack will not install
CONVERT(char(10),[DATE_FIE<wbr />LD], 110) Question
Evaluation copy
Sendmail not accepting connections outside corporate network
Moving DNS & WINS from one Windows 2003 server to Another 2003 Server