Viaboom
01-30-2007, 12:29 PM
Sorry if this is a repost, I am not sure what it is called to look it up. Simply what I am trying to do that I have done in other languages through eval is build a string and execute it. Rough example:
Dim sTmp As String
sTmp = Form1. & "Textbox1" & .Text
Msgbox(sTmp)
I know the example is ugly and in actual use "Textbox1" would be a variable.
Cheers!
Dim sTmp As String
sTmp = Form1. & "Textbox1" & .Text
Msgbox(sTmp)
I know the example is ugly and in actual use "Textbox1" would be a variable.
Cheers!