Jump to content
Macro Express Forums

Recommended Posts

Posted

Hello,

does anyone know how to modify a "multiple choice menue" that you could select an issue by keypress?

For example: You have a menu which contains two choices (Email and Test). Is it possible to choose "Email" by "ALT+E" or "Test" by "ALT+T"?

 

Thank you.

Posted

Maurice,

 

Welcome to the forum.

 

Enter '&Email' and '&Test' as the choices. These will be displayed with an underlined E and T respectively. If you are using the 'Save Item Text' option be sure to modify your macro to look for '&Email' and '&Test' instead of 'Email' and 'Test'

  • 1 year later...
Posted

one easy way to get rid of the "&" is to MODIFY STRING, immediately after entry, so you strip it out (replace substring), so that you can still base response on the actual word, which would not include the "&"

 

 

Multiple choice.....

Modify string - replace "&' with ""

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...