+ Reply to Thread
Results 1 to 3 of 3

Run a macro when 'Enter' is pressed?

Hybrid View

  1. #1
    Registered User
    Join Date
    09-25-2007
    Posts
    20

    Run a macro when 'Enter' is pressed?

    Is it possible to run a macro when the 'Enter' key is pressed? I know you can assign shortcut keys, but they usually involve some combination of 'Ctrl' + a key.

    I have a form made, and would like to execute the macro when just 'Enter' is pressed.

    Thank you.

  2. #2
    Forum Contributor WinteE's Avatar
    Join Date
    04-07-2007
    Location
    Netherlands
    Posts
    544
    Hi jcup,

    I've made you a sample in the attached file.

    Erik
    Attached Files Attached Files
    Just keep it simple !


    http://www.excelguide.eu
    In English as well as in Dutch

  3. #3
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200
    If you mean a UserForm then use the KeyUp event

    Private Sub CommandButton1_KeyUp(ByVal KeyCode As MSForms.ReturnInteger, ByVal Shift As Integer)
         MsgBox "You pressed enter"
    End Sub
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

+ 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