preventing use of F9 (recalculate)

  • Thread starter Thread starter scottwilsonx
  • Start date Start date
S

scottwilsonx

Thanks guys, works great.

Can I set a VBA macro to enable the F9 once that particular procedur
has finished ?

Thanks again.

Scott
 
Since that is the exact code that you provided to disabled it, I suspect you
meant

Sub RestoreF9()
Application.OnKey "{f9}"
End Sub
 
Quite right Tom, thanks for correction.
-----Original Message-----
Since that is the exact code that you provided to disabled it, I suspect you
meant

Sub RestoreF9()
Application.OnKey "{f9}"
End Sub

--
Regards,
Tom Ogilvy





.
 

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