hey,

i'm pretty sure this cant be done, but just makin sure...

is it possible to declare and reference a variable that has a name taken from a string?

this sort of thing...
VB Code:
  1. Dim strString as string
  2. strString = "varVariable"
  3. Dim [B]strString[/B] as variant