Share via


Macro Recording (Windows CE 5.0)

Send Feedback

You can record a macro using quick macros or named macros. If you want to develop a complex macro that you can refine by editing the VBScript macro file, regular macro recording provides the interface to do so.

Quick macros bypass the macro-recording interface, enabling you to quickly record your actions without having to name a macro, provide a description for it, or review the resulting macro file.

This also saves keystrokes when you want to run a quick macro, because it remains available from the menu — even if you close and reopen the IDE — until you record another quick macro.

During macro recording, you can temporarily pause to do something else, such as preparing for the next action. While you pause, the recorder does not track your keystrokes. When you are ready, you can resume recording where you stopped.

The recorder cannot record mouse actions when selecting text or moving the insertion point. You must use the keyboard to record these actions. However, you can use the mouse to select commands and options. The recorder does not always convert keystrokes into commands.

If you are recording a named macro, rather than a quick macro, examine the macro carefully when you stop recording to ensure it is complete. If you find something missing, you can add the appropriate code.

See Also

Macro Implementation | Recording a Quick Macro | Recording a Named Macro That Can Be Saved and Edited

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.