Thread: Correct Syntax
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ronbo Ronbo is offline
external usenet poster
 
Posts: 162
Default Correct Syntax

Got it. Alt=%

"Ronbo" wrote:

What is the correct syntax for;

Application.OnKey "Alt{F8}", ""?

I need to know the syntax for adding the alt to the f8. If I use
(Application.OnKey "{F8}", "") it works, but I don't know how to get (Alt +
F8).

Thanks for any help.