+ Reply to Thread
Results 1 to 2 of 2

Shortcut Key

  1. #1
    Registered User
    Join Date
    02-15-2006
    Posts
    93

    Shortcut Key

    Good afternoon,

    I would like to set up a key or combination of keys that would call a userform for me. Is it possible to do this? i.e. Alt"}" to call the MainMenu userform?

    Thanks,
    dw

  2. #2
    Tom Ogilvy
    Guest

    Re: Shortcut Key

    Look in Excel VBA help at the Onkey method.

    For that combination, assign a macro that has the command to show the form

    Sub MyMacro()
    MainMenu.Show
    End Sub

    for example.
    --
    Regards,
    Tom Ogilvy

    "toocold" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Good afternoon,
    >
    > I would like to set up a key or combination of keys that would call a
    > userform for me. Is it possible to do this? i.e. Alt"}" to call the
    > MainMenu userform?
    >
    > Thanks,
    > dw
    >
    >
    > --
    > toocold
    > ------------------------------------------------------------------------
    > toocold's Profile:

    http://www.excelforum.com/member.php...o&userid=31608
    > View this thread: http://www.excelforum.com/showthread...hreadid=550683
    >




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1