i would like to place an object name in a variable for later use, for example if i call the function DoThis() like so
DoThis(Text1)
where Text1 is a valid textbox, within the function DoThis i then wish to change the contents of that text box, can anyone help me out?
Thanks