+ Reply to Thread
Results 1 to 2 of 2

Using active cell as macro trigger

  1. #1
    Registered User
    Join Date
    03-11-2009
    Location
    Lancashire, England
    MS-Off Ver
    Excel 2003
    Posts
    5

    Using active cell as macro trigger

    How can I trigger a macro from a specific active cell
    ie. when i click into cell "A1" trigger the macro

  2. #2
    Forum Expert
    Join Date
    01-12-2007
    Location
    New Jersey
    Posts
    2,127

    Re: Using active cell as macro trigger

    You will have to use the Selection Change Event in the Worksheet Module.

    Right Click on the worksheet tab in question and select VIEW CODE

    A module should pop up with two dropdown boxes at the top. Select WORKSHEET in the left dropdown, and SELECTION_CHANGE should appear in the second box by default. Now, in the code, you trigger the macro whenever cell A1 is selected.

    Please Login or Register  to view this content.

+ 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