Solved
Forum Discussion
Marsha_R
Champion Level 3
11 years agoIf you're working in VB, you can also use Set
set mylocalvariable = myexcelstring1
mylocalvariable will now be the object you want
How do use those variables?
If you using just as variables it may not work, since variables does not have click (or what ever) method you would like to performe.
you may use eval method...
eval('Fully qualified object name') would return the object.
If you're working in VB, you can also use Set
set mylocalvariable = myexcelstring1
mylocalvariable will now be the object you want
If you're working in VB, you can also use Set
set mylocalvariable = myexcelstring1
mylocalvariable will now be the object you want