LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

pass array to macro

I want to pass an array of strings to a macro in word. I can call macros that use integers and strings successfully, but not an one that requires an array which gives a type mismatch error. So, what am I doing wrong great internet master? ^_^

 

Note: the module just contains a simple function that does nothing.

"sub myMacro(arr() as variant)

'do nothing

end sub"

0 Kudos
Message 1 of 1
(768 Views)