I have a large Excel spreadsheet with numerous Macros. How do I turn an or allow Macros in Open Office Calc? Does each macro have to be individually activated or can you allow all macros for a given spreadsheet?
Thanks
Macros
Re: Macros
Running macros is controlled by the security setting. Since macros in a document are a huge security concern, the default security setting is "High", which prevents macros in a document from running, unless the document was saved in a location marked as secure.
Tools > Options > OO.org > Security > Macro Security
The other problem will be running the macros at all, since MS' VBA is simila, but not identical, to OOo's BASIC.
The macros are not likely to work without some translation efforts.
Tools > Options > OO.org > Security > Macro Security
The other problem will be running the macros at all, since MS' VBA is simila, but not identical, to OOo's BASIC.
The macros are not likely to work without some translation efforts.
AOO4/LO5 • Linux • Fedora 23
-
mrparker99
- Posts: 2
- Joined: Tue Nov 27, 2007 9:59 pm
Re: Macros
Thanks, I will try changing settings and see what happens.