checoturco
Registered User.
- Local time
- Yesterday, 16:25
- Joined
- Oct 17, 2005
- Messages
- 76
hi guys, this is my first post because i start probramminh with vba just a few days ago a need some help.
i need to concatenate a textbox name, i.e
i have 10 textbox´s with names ns_1,ns_2,ns_...
the 1 value must be catch from a variable and i need to concatenate that variable with the name of text box.
something like this:
ns_"& i &".value=rs...
tks in advance
checo
i need to concatenate a textbox name, i.e
i have 10 textbox´s with names ns_1,ns_2,ns_...
the 1 value must be catch from a variable and i need to concatenate that variable with the name of text box.
something like this:
ns_"& i &".value=rs...
tks in advance
checo