macro that pauses

G

Guest

I need to create macros that let you pause add current info and then continue
playing the macro, when I use the pause button it just stops the macro from
playing anything after the pause. Word Perfect has this feature and I have
hundreds of macros to redo using this.
 
J

Jezebel

Word uses an object/event model for its coding, so macros don't really
'pause' as such. However, there are plenty of ways to get info from the user
while running: MsgBox for Yes/No/OK/Cancel responses, InputBox for
single-line text, CommonDialog for files, fonts, and colors, and forms for
anything you like.

What are you trying to do?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top