hi.
at first: i'm sorry for my poor english.
i want to Convert a string into a varibale like these:
dim a as string="this text must be show"
dim b as string="a"
'in my application b's value read from an excel sheet and must point to a variable that exist in my application.
now i want to Convert b's value to the variable that already exist in my application with name a (tha store in b) somthing like dim c as string=pointer to b's value and the when i use msgbox(a) program will show me this message "this text must be show".
can anybody help me?
thanks.