View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Philipp Philipp is offline
external usenet poster
 
Posts: 5
Default getting a variable's name

Hello
I'm tired of writing debug code like:
debug.print "myValue = " & myValue

Is it possible to write a function to get a variable name and display it
with its value as above?

Thanks Phil