I have a text box name "textbox1" I would like to print the text in textbox1 I would like to code the following: a = "textbox1" print a.text any help on how I can make this happen? print Object(a.text) doesn't work but would seem logical to me. TIA