Using F1 in custom menu

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi. I have "Help" as a Menu option in my custom menus; as most applications
do. How do I associate F1 in the menu to bring up my custom help files; it
still brings up the MS help. I have it working on the forms but not in the
custom menu. Any suggestions?
 
You need to create a macro called AutoKeys
The name is important, it must be called AutoKeys.
Inside this macro, have 1 line with {F1} as the macro name and then
RunCode as the action. Create your own function called something like
Open_Help() and use this function name in your macro.
Create this function in a module and open up your own help file.
 

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