I want to set up a toolbar to be available when editing VBA code, with a few custom controls to carry out some specific code modification tasks.
I can set up a new VBA-edit side toolbar fairly readily: but can anyone advise how to get custom macro controls onto it ? This is easy to do for toolbars used with forms, tables etc, but I can't find a way of doing it on the VBA side, neither by interaction nor by code. Its certainly do-able - see MZ tools for an example - but how?