I want Write a function that can return the variable/object name as string like this :
Dim SecondValue as Integer
NameOf(SecondValue) 'Return "SecoundValue"
Can someone help on how to write the 'NameOf'?
I want Write a function that can return the variable/object name as string like this :
Dim SecondValue as Integer
NameOf(SecondValue) 'Return "SecoundValue"
Can someone help on how to write the 'NameOf'?