Hello all. I have a macro that runs a function in one of my modules that depends on the value of what was typed into a text box on the form.
For example, the form has two controls. The first allows the user to enter, say, a path. c:\
The second control then runs a VBA function that I'd like to use that.
In VBA, how do I link to the text in the text box that is on that form?
Thanks!
For example, the form has two controls. The first allows the user to enter, say, a path. c:\
The second control then runs a VBA function that I'd like to use that.
In VBA, how do I link to the text in the text box that is on that form?
Thanks!