I have just begun using classes (god bless them) and still learning how to do functions with them.
Is there a way to set up a class to read the text in a text box.
EG.
Have a textbox and its text is 'Testing"
Now, can i call a a class, say getvalue(), and have the string 'Testing' associated with it so I can use it in another sub.
eg, msgbox ("The Text Box is " & getvalue())
Is this possible
Thanks
Steve
Is there a way to set up a class to read the text in a text box.
EG.
Have a textbox and its text is 'Testing"
Now, can i call a a class, say getvalue(), and have the string 'Testing' associated with it so I can use it in another sub.
eg, msgbox ("The Text Box is " & getvalue())
Is this possible
Thanks
Steve