Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 390
Default Change Color of Text when Text Changes

Using VBA, I need to automatically change the color of the exact text that
was changed within a cell to red.

Example:

A cell contains the text "Workorders submitted." If the same cell is changed
to read "Workorders Approved." Then the work "Approved" would can to red.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,441
Default Change Color of Text when Text Changes

Bill,

There is no way to do that with built-in Excel functionality. And writing code to do it would be
problematic.

You could look at Tracking Changes, which will highlight changed cells.

HTH,
Bernie
MS Excel MVP


"Bill" wrote in message
...
Using VBA, I need to automatically change the color of the exact text that
was changed within a cell to red.

Example:

A cell contains the text "Workorders submitted." If the same cell is changed
to read "Workorders Approved." Then the work "Approved" would can to red.



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 390
Default Change Color of Text when Text Changes

Thanks for your input.

"Bernie Deitrick" wrote:

Bill,

There is no way to do that with built-in Excel functionality. And writing code to do it would be
problematic.

You could look at Tracking Changes, which will highlight changed cells.

HTH,
Bernie
MS Excel MVP


"Bill" wrote in message
...
Using VBA, I need to automatically change the color of the exact text that
was changed within a cell to red.

Example:

A cell contains the text "Workorders submitted." If the same cell is changed
to read "Workorders Approved." Then the work "Approved" would can to red.




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 611
Default Change Color of Text when Text Changes

Bill,

You could use Conditional Formatting, but it would show up as red whenever
the cell contained "Workorders Approved" even if it didn't have "Workorders
submitted" prior to that. The cell could contain no other text. In the
latter case, an event macro would have to do the red formatting.
--
Earl Kiosterud
www.smokeylake.com

"Bill" wrote in message
...
Using VBA, I need to automatically change the color of the exact text that
was changed within a cell to red.

Example:

A cell contains the text "Workorders submitted." If the same cell is
changed
to read "Workorders Approved." Then the work "Approved" would can to red.



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
change color if text is = or not, to text in other column KittyLover New Users to Excel 7 June 2nd 09 02:36 AM
Can Text Function change output text color? epiekarc Excel Discussion (Misc queries) 1 December 31st 08 02:58 AM
Change text color Stanley Excel Discussion (Misc queries) 4 January 25th 06 02:52 PM
Change of text or background color doesn't change on the screen. Susan Excel Discussion (Misc queries) 5 July 29th 05 07:18 PM
Change text color Mike Fogleman Excel Programming 4 January 18th 04 04:31 AM


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

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

About Us

"It's about Microsoft Excel"