+ Reply to Thread
Results 1 to 4 of 4

Worksheet_selectionChange does NOT trigger

  1. #1
    Registered User
    Join Date
    07-25-2019
    Location
    Hilliard, OH, US
    MS-Off Ver
    Office 2010
    Posts
    23

    Worksheet_selectionChange does NOT trigger

    For some reason Worksheet_selectionChange does NOT trigger. I even tried pasting it into a new book and making it run all macros. Is it not supported in 2010?

    Please Login or Register  to view this content.

  2. #2
    Forum Expert Arkadi's Avatar
    Join Date
    02-13-2014
    Location
    Smiths Falls, Ontario, Canada
    MS-Off Ver
    Office 365
    Posts
    5,059

    Re: Worksheet_selectionChange does NOT trigger

    If EnableEvents if deactivated for some reason, it will not run. But to be on the safe side, I would start by putting a stop point at the first line of code, and confirming it truly does not trigger. Or add a messagebox to start... does it truly not trigger?
    Please Login or Register  to view this content.
    Also, this may seem like a dumb question, but the code IS in the correct sheet? I simply don't know how experienced you are... don't mean to be daft asking that. I've seen users put that in a standard module, which of course would not work.
    Last edited by Arkadi; 07-25-2019 at 03:31 PM.
    Please help by:

    Marking threads as closed once your issue is resolved. How? The Thread Tools at the top
    Any reputation (*) points appreciated. Not just by me, but by all those helping, so if you found someone's input useful, please take a second to click the * at the bottom left to let them know

    There are 10 kinds of people in this world... those who understand binary, and those who don't.

  3. #3
    Registered User
    Join Date
    07-25-2019
    Location
    Hilliard, OH, US
    MS-Off Ver
    Office 2010
    Posts
    23
    I have it in module and looked for example code showing so... Because the parent function creates a new sheet... So it CANT have code... Unless I figure out to rename them in a series that have this code snippet pasted into .. I
    I'll try again...I thinki had used an example ... I'll try again
    Quote Originally Posted by Arkadi View Post
    If EnableEvents if deactivated for some reason, it will not run. But to be on the safe side, I would start by putting a stop point at the first line of code, and confirming it truly does not trigger. Or add a messagebox to start... does it truly not trigger?
    Please Login or Register  to view this content.
    Also, this may seem like a dumb question, but the code IS in the correct sheet? I simply don't know how experienced you are... don't mean to be daft asking that. I've seen users put that in a standard module, which of course would not work.

  4. #4
    Forum Expert Arkadi's Avatar
    Join Date
    02-13-2014
    Location
    Smiths Falls, Ontario, Canada
    MS-Off Ver
    Office 365
    Posts
    5,059

    Re: Worksheet_selectionChange does NOT trigger

    Yeah if in a regular module that event wont trigger because it isnt an event for that sheet. There are ways to have your code create the event I believe, after the sheet is created. But I'd need your workbook to try and integrate that.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Worksheet_SelectionChange Doesnt Trigger at every modification made
    By mchilapur in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-08-2016, 11:31 PM
  2. [SOLVED] Any way around Worksheet_selectionChange
    By banaanas in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-16-2015, 12:08 AM
  3. Adjust a code from cell range trigger to button trigger
    By ld2x07 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-01-2014, 10:02 AM
  4. Worksheet_SelectionChange
    By Aland2929 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 04-17-2011, 10:26 AM
  5. Worksheet_SelectionChange
    By Aland2929 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-04-2011, 12:22 PM
  6. Sub Worksheet_SelectionChange
    By SuitedAces in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 12-28-2006, 05:29 AM
  7. [SOLVED] Worksheet_SelectionChange
    By Gary''s Student in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-05-2006, 04:50 AM

Tags for this Thread

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