Prevent form print

N

Nathan

I am trying to over-ride printing contents of a form. I've got everything
turned off in the startup options. Special keys and all that. I can keep
them from using the "Right click" method of getting to print, but I can not
stop the Ctrl-P way of getting to print.

Anyone know of a way to stop it?

Thanks

Nathan
 
A

Arvin Meyer [MVP]

Remap it with an autokeys macro.

Create a macro with the name:

AutoKeys

Inside the macro, use the Name column to enter:

^P

and make the macro action:

Beep
 
N

Nathan

That is perfect. I was beginning to think it was going to have to be
something along those lines, but I didn't know how to do it in a Macro. Your
way is very easy and it worked great.

Thanks
 

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