Jump to content

Recommended Posts

Posted

Can this even be done? I want to take the value of one variable, add a $ in front of it, and declare it as a variable. Here's what I've tried, none of which have worked:

Dim $(Eval($var1))
Dim $ & Eval($var1)
Dim "$" & Eval($var1)
Dim Eval("$" & $var1)

Am I missing something?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...