I have some macro code I've cut-and pasted into a new module under MyMacros.
The code compiles fine and I can execute methods from the Macro IDE.
However, I am unable to add the macros to a custom toolbar as they do not
appear in the list of macro commands.
I've encountered the same problem before on other machines and I've always
managed to find a way to get them to appear using by compiling, saving, etc.
However, on one machine, this isn't working.
Any help in resolving this problem without having to fiddle around would be
most appreciated.
TIA.
Peter Bernhardt
peter@NOsharpsenseSPAM.net
Peter Bernhardt - 30 Sep 2005 18:05 GMT
I've resolved the problem. Turns out the name of the macro project "Toolset"
was at odds with the module declaration "Public Module ToolSet".
The VS Macro window is case sensitive. I change the module declaration and
the macros appeared in the explore and command list.
>I have some macro code I've cut-and pasted into a new module under
>MyMacros. The code compiles fine and I can execute methods from the Macro
[quoted text clipped - 12 lines]
> Peter Bernhardt
> peter@NOsharpsenseSPAM.net