+ Reply to Thread
Results 1 to 3 of 3

how to run my macro with double click

  1. #1
    Registered User
    Join Date
    08-13-2009
    Location
    Los Angeles
    MS-Off Ver
    Excel 2003
    Posts
    13

    how to run my macro with double click

    So I have a macro "Macro1"
    when Sheet1 A1 is double clicked, I want to run my macro.

    Thanks in advance!

  2. #2
    Forum Expert Jakobshavn's Avatar
    Join Date
    08-17-2012
    Location
    Lakehurst, NJ, USA
    MS-Off Ver
    Excel 2007
    Posts
    1,970

    Re: how to run my macro with double click

    Assuming that Macro1 is in a standard module, in the worksheet code area, install the following worksheet event macro:

    Please Login or Register  to view this content.

    Because it is worksheet code, it is very easy to install and automatic to use:

    1. right-click the tab name near the bottom of the Excel window
    2. select View Code - this brings up a VBE window
    3. paste the stuff in and close the VBE window

    If you have any concerns, first try it on a trial worksheet.

    If you save the workbook, the macro will be saved with it.
    If you are using a version of Excel later then 2003, you must save
    the file as .xlsm rather than .xlsx

    To remove the macro:

    1. bring up the VBE windows as above
    2. clear the code out
    3. close the VBE window

    To learn more about macros in general, see:

    http://www.mvps.org/dmcritchie/excel/getstarted.htm

    To learn more about Event Macros (worksheet code), see:

    http://www.mvps.org/dmcritchie/excel/event.htm

    Macros must be enabled for this to work!
    Gary's Student

  3. #3
    Registered User
    Join Date
    08-13-2009
    Location
    Los Angeles
    MS-Off Ver
    Excel 2003
    Posts
    13

    Re: how to run my macro with double click

    Man…..THANK YOU!

+ 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