Can you create a global variable ?
Garry,
So placing CStr(i) after Macro_2's name passes the variable by reference
(since it won't be modified) and converts it to a string value at the same
time.
Since only one argument is being passed, "Ndx" is used to refer to the
"i" value within the parentheses.
Is that correct ?
- Ronald K.
|