How do I convert a string to a textbox object?

Ex.

dim strTest as string

strTest="textbox" & 1

'I want to convert strTest to a textbox object

Thanks,

James