View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JeremyJ JeremyJ is offline
external usenet poster
 
Posts: 27
Default VBA Variables as Strings

Is it possible to create a variable with the value being a String of a VBA
name?

Var1 = whatever

Var2 = "Var1"

I have data in my sheet with values identical to variable names in my code.
I thought this maybe one way I could reference or find those cells.