Thread: Strings
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Aran Aran is offline
external usenet poster
 
Posts: 12
Default Strings

Hello
I have a question about strings
How do i make the value runnable
ex.
str = "checkbox1"
and i like to use the string instead of the name checkbox1
and do this
checkbox1.value = 10

or if the string contain a name of a funktion how to run that with the string

i hope you understand my question
thanks