| View previous topic :: View next topic |
| Author |
Message |
utm1996 General User

Joined: 25 Jul 2011 Posts: 45
|
Posted: Tue May 01, 2012 6:28 am Post subject: [Solved] chaining macros? |
|
|
I have 5 macros on my spreadsheet.
Each macro is assigned to a separate button to clear a specific section of the spreadsheet.
When I edit the macros, they are all in the same file with reference points in the file that the button, when pressed, knows which section to run. I did not set them all to be in the same file.
I have a 6th button that I would like it to clear the entire form when pressed (the function of all 5 combined). Since the macros are all (seemingly) in the same file, is there a way to achieve this without having to create an entirely new macro script?
OOo3.3.0
-Dale
Last edited by utm1996 on Tue May 01, 2012 1:52 pm; edited 1 time in total |
|
| Back to top |
|
 |
RPG Super User

Joined: 24 Apr 2008 Posts: 2696 Location: Apeldoorn, Netherland
|
Posted: Tue May 01, 2012 7:04 am Post subject: |
|
|
Hello
Make a new sub.
Place in this sub the names for the other subs. One name on each line.
Romke _________________ OOo 3.4.5 on openSUSE 12.1
Use this forum : http://user.services.openoffice.org/en/forum |
|
| Back to top |
|
 |
utm1996 General User

Joined: 25 Jul 2011 Posts: 45
|
Posted: Tue May 01, 2012 1:51 pm Post subject: |
|
|
RPG - Thanks! Worked splendidly!
-Dale |
|
| Back to top |
|
 |
|