+ Reply to Thread
Results 1 to 2 of 2

keyboard shortcut question

Hybrid View

Guest keyboard shortcut question 02-08-2006, 06:00 PM
Guest RE: keyboard shortcut question 02-08-2006, 06:25 PM
  1. #1
    Bri
    Guest

    keyboard shortcut question

    I have a number of keyboard shortcuts. Lets say <ctrl><shift>A runs code
    in modA, <ctrl><shift>B runs code in modB, etc.

    I'd prefer to collect all of this code in one module, say modShortcuts, but
    still have the keyboard shortcuts work.

    Is this possible?

    TQ
    Bri



  2. #2
    jennifer
    Guest

    RE: keyboard shortcut question

    How about 'calling' the procedure using the shortcut?

    For example in the module containing all your shortcuts

    sub macroname()
    'Keyboard Shortcut: Ctrl+Shift+O
    Call MacroYouWantToAssignToctrlshiftO
    end sub

    sub macroname()
    'Keyboard Shortcut: Ctrl+Shift+X
    Call MacroYouWantToAssignToctrlshiftXend sub


    "Bri" wrote:

    > I have a number of keyboard shortcuts. Lets say <ctrl><shift>A runs code
    > in modA, <ctrl><shift>B runs code in modB, etc.
    >
    > I'd prefer to collect all of this code in one module, say modShortcuts, but
    > still have the keyboard shortcuts work.
    >
    > Is this possible?
    >
    > TQ
    > Bri
    >
    >
    >


+ 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