+ Reply to Thread
Results 1 to 5 of 5

Message when cell changes

Hybrid View

  1. #1
    Forum Expert
    Join Date
    07-31-2010
    Location
    California
    MS-Off Ver
    Excel 2007
    Posts
    4,070

    Re: Message when cell changes

    Try changing this line:

    Set myRange = Range(sGblSheet1RANGE)
    to this:

    Set myRange = Union(Range("A6"), Range("A9"), Range("A12"), Range("A15"), Range("A18"), Range("A21"), Range("A24"))

  2. #2
    Registered User
    Join Date
    01-20-2014
    Location
    Scotland
    MS-Off Ver
    Excel 2003
    Posts
    59

    Re: Message when cell changes

    Quote Originally Posted by stnkynts View Post
    Try changing this line:

    Set myRange = Range(sGblSheet1RANGE)
    to this:

    Set myRange = Union(Range("A6"), Range("A9"), Range("A12"), Range("A15"), Range("A18"), Range("A21"), Range("A24"))
    Not sure if I changed the correct part, or not, but it didn't seem to work. I've sent a pm with a link to the spreadsheet I'm using and more details if that will help

+ 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. Adding an input message to each cell to bring back corrsponding message
    By Nic31 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 04-01-2014, 09:28 AM
  2. [SOLVED] Conditional Format for blank cell to activate error message in following cell
    By tittbb in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-28-2014, 04:07 AM
  3. [SOLVED] VBA message box with cell values in the message
    By nenadmail in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-10-2012, 10:29 AM
  4. how to generate error message for an empty cell (mandatory input cell)
    By asankar24 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-20-2012, 12:37 PM
  5. [SOLVED] Intercept/replace standard 'cell protected' message with my own message?
    By KR in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-16-2006, 10:35 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