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:
Dim strString as string strString = "varVariable" Dim [B]strString[/B] as variant




Reply With Quote