macro with a pause

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to create a macro that will stop at a specific point to allow for
keyboard entry. When done with the keyboard entry I would like the macro to
continue. How do I put a "pause for keyboard entry" into a macro
 
At its simplest level

myinput = InputBox("Insert Text")
Selection.TypeText myinput

will prompt for the text and paste it at the cursor


--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

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

Back
Top