Results 1 to 9 of 9

Run Macro on Enter Key

Threaded View

  1. #1
    Registered User
    Join Date
    12-17-2014
    Location
    Perth, Australia
    MS-Off Ver
    Windows 7
    Posts
    85

    Run Macro on Enter Key

    In ThisWorkbook I have the below:

    Private Sub Workbook_BeforeClose(Cancel As Boolean)
        Application.OnKey "{ENTER}"
    End Sub
    
    Private Sub Workbook_Open()
        Application.OnKey "{ENTER}", "myMacro"
    End Sub
    And in Module 1 I have the below:

    Sub myMacro()
            MsgBox "You pressed Enter Key"
    End Sub
    This was code provided to me a little while back now and I couldn't ever get it to work, nothing happens when I press enter??? Is it a setting in excel for it not working or is the code wrong? I've attached the workbook.
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Alt + enter macro
    By boss1982 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 11-16-2013, 12:23 PM
  2. Run Macro by Pressing Enter Key
    By styre in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-02-2009, 03:49 PM
  3. Pause macro to enter value, continue macro
    By DamienC in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-28-2008, 09:01 AM
  4. Macro to enter a shape with text and macro
    By RAH in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-07-2008, 10:16 PM
  5. Unable to enter sum as a macro
    By music43 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-18-2005, 10:01 AM

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