Difference between revisions of "Documentation/DevGuide/Scripting/Macro Recording"
From Apache OpenOffice Wiki
< Documentation | DevGuide
(precisions about macro recording) |
m |
||
| 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 {{ | + | Macro Recording is only supported for {{AOo}} 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. | The Macro Recorder is intended for simple, sequential tasks. It generates dispatch commands. Use instead the API resources for elaborate programming. | ||
Latest revision as of 18:12, 21 December 2020
Macro Recording is only supported for Apache OpenOffice 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). |