Passing Argument to Excel Macro

Hi,

You can make a call to the macro as follows:

“Proc(”“Hello”“,8)”

Considering Macro name is Proc and is accepting a string variable and integer variable.

Thanks,
Yuga

9 Likes