Difference between revisions of "Documentation/DevGuide/Scripting/Macro Recording"
From Apache OpenOffice Wiki
< Documentation | DevGuide
(Initial author Sun Microsystems, Inc.) |
m |
||
| (6 intermediate revisions by 4 users not shown) | |||
| Line 6: | Line 6: | ||
|NextPage=Documentation/DevGuide/Scripting/Writing Macros | |NextPage=Documentation/DevGuide/Scripting/Writing Macros | ||
}} | }} | ||
| − | {{DISPLAYTITLE:Macro Recording}} | + | {{Documentation/DevGuideLanguages|Documentation/DevGuide/Scripting/{{SUBPAGENAME}}}} |
| − | Macro Recording is only supported for {{ | + | {{DISPLAYTITLE:Macro Recording}} |
| + | 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. | ||
{{PDL1}} | {{PDL1}} | ||
| − | [[Category: Scripting]] | + | |
| + | [[Category:Documentation/Developer's Guide/Scripting]] | ||
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). |