
access to variable via namestring
Hello together,
how can I access a VBA variable by its name ?
Background:
I receive the name of a variable, which I use in my VBA code,
from another application via a TCP/IP connection.
The other application send me the name of a variable in a string
and I have to send back the actual value of this variable (also
as string) to the originator.
Have someone any idea how I can access a variable (value) if I have
the name of it in another string variable ?
Thanks
---------------------------------------------------------------------
Jens Jung