i have 1 nice Add-in with several tools\classes(adding the DLL auto on references ).
my question is how can i add\create macros?
i need create a similar '#define'(like C)..
pratical exemple:

your wrote:
Code:
SubName(...) 'VB6 give a syntax error
so the macro just add the 'call':
Code:
call SubName(...) 'VB6 now accepts
is why i need macros on VB6