View Single Post
  #2   Report Post  
Jezebel
 
Posts: n/a
Default

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?






"Macros that Pause" Macros that Pause @discussions.microsoft.com wrote in
message ...
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.