R
Rainer
Hi all
I have a custom toolbar with menus calling vba subs which are stored in the
global.mpt. Some of the subs have parameters. Up to MSP 2003 it was possible
to call such a sub from a menu with the statement
call mySub("myParam")
entered in "Assign Macro..." when customizing menus. This doesn't seem to
work anymore in MSP 2007. If I click on such a custom menu nothing happens.
I can call a sub within global.mpt without arguments with
Macro "myOtherSub"
but how do I do it when I need to pass parameters?
Thanks a lot
Rainer
I have a custom toolbar with menus calling vba subs which are stored in the
global.mpt. Some of the subs have parameters. Up to MSP 2003 it was possible
to call such a sub from a menu with the statement
call mySub("myParam")
entered in "Assign Macro..." when customizing menus. This doesn't seem to
work anymore in MSP 2007. If I click on such a custom menu nothing happens.
I can call a sub within global.mpt without arguments with
Macro "myOtherSub"
but how do I do it when I need to pass parameters?
Thanks a lot
Rainer