||To run multiple macros as a single process?|
I was cut-n-paste to put all macros together, but have just discovered
this method.
From: https://forum.openoffice.org/en/forum/viewtopic.php?f=20&t=19193
Once you have got each individual macro to work correctly, run them as a
group using this sub
sub MyMacroScheduler
MyMacro1
MyMacro2
MyMacro3
MyMacro4
end sub|
It works very well and doesn't cause duplication removal.
On 4/18/2014 4:43 PM, Paul D. Mirowsky wrote:
Correction on Hint .... see below
On 4/18/2014 12:01 PM, Paul D. Mirowsky wrote:
Hint: remove /sub /and /sub end/ except for 1st and last one.
Place /rem/ before each /sub /and /sub end/ except for 1st
and last one.
This allows you to know where each original macro came from.
rename first /sub/ entry to a new name.
I have discovered the error of my ways.
--
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
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