Create Macro - grayed out

Z

zSplash

I am trying to intercept the print event, using MVP guidelines: After
selecting the appropriate Word command ("FilePrint"), I am unable to create
as that is grayed out. I have started with a fresh normal.dot, have power
user privileges, and am using Win2k. Any ideas?

TIA
 
G

Graham Mayor

You need to create a new macro with the same name ie

Sub FilePrint()

in order to intercept the in-built command. You cannot edit the in-built
command itself.

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


<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
Z

zSplash

Thanks so much.

st.
Graham Mayor said:
You need to create a new macro with the same name ie

Sub FilePrint()

in order to intercept the in-built command. You cannot edit the in-built
command itself.

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


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

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