William Case <billlinux <at> rogers.com> writes: > > > You'll have to write the macro to do the comments thing, but then you > > can add it to the BASIC IDE via either: > > - "Tools - Customise - Toolbars(tab)" in the BASIC IDE window, or > > - the appropriate toolbar drop menu itself (little down arrow at the far > > right of each toolbar), choose "Customise Toolbar". > > > > In the dialog, when you click on the Add button you can find your macro > > in the Catagory list (under "OpenOffice.org Macros"). Once added to the > > Toolbar Content list use the Modify button to pick an icon. > > > > Ross > I just assumed that I would have to go through special contortions or > use another language to change the macro editor, but if not, that's > great advice. I'll try it right now.
I'd be interested in seeing the macro you write. What I've done in such a situation is excise the code I want to omit temporarily and paste it in a separate Sub with a name like Sub Temp or Sub Notes. I then paste it back piece by piece as I want to test it. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
