G
Guest
Simple question. I'm a VBA programmer who has just switched to VB .net. I'm
using a UserForm called Form1 with a text box called TextBox1.
I'd like to reference the number in the text box in the module called Engine
by using the following statement
Dim num as Double
num = Form1.TextBox1.Value
However, I can not see the TextBox1 after I finish typing "Form1". What's
going on?
using a UserForm called Form1 with a text box called TextBox1.
I'd like to reference the number in the text box in the module called Engine
by using the following statement
Dim num as Double
num = Form1.TextBox1.Value
However, I can not see the TextBox1 after I finish typing "Form1". What's
going on?