I did the same with some macros of mine
I subsequently ran the macros be calling them from the previous executed one.
So macro 1 calls macro2, then macro2 calls macro3 etc...
Call the next macro just before closing the executed one, something like:
- Code: Select all Expand viewCollapse view
previous executed code.....
Call SubMacro2()
End Sub
You can edit macros by using Tools > Macros > Manage Macros > OpenOffice Basic.
That will bring you to the Basic IDE where you can make en edit macro's