Still an office prank victim

  • Thread starter Thread starter Scott C
  • Start date Start date
S

Scott C

Somebody has reprogrammed all of my hot keys (ctrl+v, c,
u, b, i,etc.) to display really annoying pop-up messages.
Does anyone know how to fix this? One person said to try
entering the following into immediate window in Visual
Basic, but I got runtime error 1004 messages when i
tried.

Application.OnKey "^(C)", ""

Also, I feel like this would erase the hotkey, where I'm
trying to restore default.

Thanks
 
Scott

try it without the brackets:

Application.OnKey "^C", ""

Regards

Trevor
 
I set the key to the "" like it says below, then left out
the second part of the expression, which VB help says
should restore the default. The message still comes up,
which makes me think it's something else.
 
Scott

Go to Tools-Addins and see if there is anything suspicious there.
 
Turns out he edited my registry to open up a VBA project
that did it, but the project was password protected and
looked just like the three password projects my company
put in there. Tricky.
 

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