Ctrl-F3 problem

P

pats.pats.pats

The problem is: it doesn't work. Suddenly, when I press Ctrl-F3, I get
no response. The "Name / Range / Create" menu works, but not the
shortcut key. I've virus scanned and gone through the "fix"
installation option, but still nothing.

Thoughts?
 
T

Tom Ogilvy

Try running this code

Sub ResetCtrlF3()
Application.OnKey "^{F3}"
End Sub

then try Ctrl-F3

If that fixes it, you must be running some code that resets it. Perhaps in
an Addin or something.
 

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