G
Guest
dim test as string
test="control1"
now, control1 is a textbox
i wanna use the name of the variable i.e. test to get the value of the textbox
i.e. msgbox(test.text)
can any one tell me how to do it?
test="control1"
now, control1 is a textbox
i wanna use the name of the variable i.e. test to get the value of the textbox
i.e. msgbox(test.text)
can any one tell me how to do it?