Difference between revisions of "Documentation/DevGuide/Scripting/Macro Recording"
From Apache OpenOffice Wiki
< Documentation | DevGuide
OOoWikiBot (talk | contribs) m (FINAL VERSION FOR L10N) |
(precisions about macro recording) |
||
| Line 8: | Line 8: | ||
{{Documentation/DevGuideLanguages|Documentation/DevGuide/Scripting/{{SUBPAGENAME}}}} | {{Documentation/DevGuideLanguages|Documentation/DevGuide/Scripting/{{SUBPAGENAME}}}} | ||
{{DISPLAYTITLE:Macro Recording}} | {{DISPLAYTITLE:Macro Recording}} | ||
| − | Macro Recording is only supported for {{PRODUCTNAME}} Basic and is accessible via the '''Tools > Macro > Record Macro''' menu item. | + | Macro Recording is only supported for {{PRODUCTNAME}} Basic in Writer and Calc modules and is accessible via the '''Tools > Macro > Record Macro''' menu item. |
| + | |||
| + | The Macro Recorder is intended for simple, sequential tasks. It generates dispatch commands. Use instead the API resources for elaborate programming. | ||
{{PDL1}} | {{PDL1}} | ||
[[Category:Documentation/Developer's Guide/Scripting]] | [[Category:Documentation/Developer's Guide/Scripting]] | ||
Revision as of 09:12, 31 May 2010
Macro Recording is only supported for OpenOffice.org Basic in Writer and Calc modules and is accessible via the Tools > Macro > Record Macro menu item.
The Macro Recorder is intended for simple, sequential tasks. It generates dispatch commands. Use instead the API resources for elaborate programming.
| Content on this page is licensed under the Public Documentation License (PDL). |