When programming macros in WP 5.1, I would use CTRL PgUp RETURN RETURN so
that I could insert text when I ran the macro. How can I program a macro
with the CTRL PgUp RETURN RETURN command in MS WORD? Pausing the macro does
not work.

Re: Macros by Doug

Doug
Sat May 27 11:00:01 CDT 2006

Use the InputBox() function the get the text that you want .

You will get more accurate help if you explain in exactly what circumstances
you want to use this.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"lizaboop715@hotmail.com" <diverlab@yahoo.com> wrote in message
news:EF1FA815-AB36-41B5-A145-60F5AE533694@microsoft.com...
> When programming macros in WP 5.1, I would use CTRL PgUp RETURN RETURN so
> that I could insert text when I ran the macro. How can I program a macro
> with the CTRL PgUp RETURN RETURN command in MS WORD? Pausing the macro
> does
> not work.