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"