Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 109
Default Highlighting when a cells contents has changed

I am using the code below ( thanks to Bob Philips) to indicate which cells
have changed since the last update.

Is it possible to modify it so that it will only action on a specific range
ie cells A1:AJ1.

Thanks

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...mming/200706/1

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,441
Default Highlighting when a cells contents has changed

Francoise,

Use this as the first line

If Intersect(Target, Range("A1:AJ1")) Is Nothing Then Exit Sub

HTH,
Bernie
MS Excel MVP


"Francois via OfficeKB.com" <u18959@uwe wrote in message news:73ee896eed01f@uwe...
I am using the code below ( thanks to Bob Philips) to indicate which cells
have changed since the last update.

Is it possible to modify it so that it will only action on a specific range
ie cells A1:AJ1.

Thanks

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...mming/200706/1



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 109
Default Highlighting when a cells contents has changed

Bernie Deitrick wrote:
Francoise,

Use this as the first line

If Intersect(Target, Range("A1:AJ1")) Is Nothing Then Exit Sub

HTH,
Bernie
MS Excel MVP

I am using the code below ( thanks to Bob Philips) to indicate which cells
have changed since the last update.

[quoted text clipped - 3 lines]





Thanks for the info



Thanks


--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...mming/200706/1

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 109
Default Highlighting when a cells contents has changed

Francois wrote:
Francoise,

[quoted text clipped - 9 lines]
have changed since the last update.

[quoted text clipped - 3 lines]


Thanks for the info

Thanks



Indeed that was just what I needed..

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...mming/200706/1

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Highlighting when a cells contents has changed Francois via OfficeKB.com Excel Programming 0 June 19th 07 01:36 PM
Macro to clear range contents when cell contents are changed by us Steve E Excel Programming 12 February 22nd 07 09:09 PM
Highlighting blanks via GO TO SPECIAL is not highlighting blank cells - HELP, I'm totally stuck. Jamie Furlong Excel Discussion (Misc queries) 6 August 28th 05 09:27 PM
Highlighting contents of cells Darlajane[_3_] Excel Programming 1 November 18th 04 01:43 PM
how to detect when cell contents has changed Tony Excel Programming 5 October 12th 04 03:29 AM


All times are GMT +1. The time now is 11:35 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"