Code:
[I]Sub[/I] Test[I]([/I][I])[/I]
Var1 = 1
Var2 = 2
Msgbox VarName[I]([/I]Var1[I])[/I]
Msgbox VarName[I]([/I]Var2[I])[/I]
[I]End Sub[/I]
[I]Function[/I] VarName[I]([/I][I])[/I]
[I]End Function[/I]
Preferably, the above msgbox will result in pop-up window with "Var1" and "Var2", instead of 1, 2.
Is it possible?
Thanks a lot!
Last edited: