On 26-08-2011 20:40, 20rdj04 wrote: > I have several macros, which for illustration I will call One, Two, Three, > etc. When LibreOffice writes the macro, there are a lot of remarks followed > by dashes (rem --------------) I would request that rem - be replaced with > rem One , rem Two , (there is an optional space after the macro name) so > that if I am editing any given macro, I know easily which macro I am in. > Except for 'end sub...sub Three', the macros all run together. I have > tried to Find & Replace, but... > > Thanks, and bless you. >
Select your macro (from 'sub One' until 'end sub') and then do a search& replace (CTRL+ALT+F) for 'rem -----' with rem -----One ----' (or whatever text you like) with the check set under MoreOptions/CurrentSelectionOnly -- Luuk -- For unsubscribe instructions e-mail to: [email protected] Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette List archive: http://listarchives.libreoffice.org/global/users/ All messages sent to this list will be publicly archived and cannot be deleted
