Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Ismail
 
Posts: n/a
Default how can I format to show different colour after edit

I am using Excel 2003
I want to highlight either change the font colour or cell colour after I
edit a cell in a work sheet
  #2   Report Post  
Mangesh Yadav
 
Posts: n/a
Default

enter the following code in the module of the sheet in question. The cells
are colored green after you edit them.

Private Sub Worksheet_Change(ByVal Target As Range)
Target.Cells.Interior.ColorIndex = 4
End Sub


- Mangesh



"Ismail" wrote in message
...
I am using Excel 2003
I want to highlight either change the font colour or cell colour after I
edit a cell in a work sheet



  #3   Report Post  
Posted to microsoft.public.excel.misc
Gary
 
Posts: n/a
Default how can I format to show different colour after edit

Is there a way to put htis into a macro so I can enter this into the sheet
automatically each time I am emailed a new version of the workbook?

Thanks.


"Mangesh Yadav" wrote:

enter the following code in the module of the sheet in question. The cells
are colored green after you edit them.

Private Sub Worksheet_Change(ByVal Target As Range)
Target.Cells.Interior.ColorIndex = 4
End Sub


- Mangesh



"Ismail" wrote in message
...
I am using Excel 2003
I want to highlight either change the font colour or cell colour after I
edit a cell in a work sheet




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
conditional format to show 0 value Raymond Monk Excel Worksheet Functions 2 February 28th 05 01:45 AM
Show Blank is cell value=0 but count as a zero in sum. How to format this cell ? Markus Obermayer Excel Discussion (Misc queries) 1 January 4th 05 08:01 PM
Show Blank is cell value=0 but count as a zero in sum. How to format this cell ? Markus Obermayer Excel Worksheet Functions 1 January 4th 05 08:01 PM
Conditional format if cell=0 then font colour same as background . Paligap Excel Discussion (Misc queries) 2 December 20th 04 12:07 AM
Format Cell Colour scottymelloty Excel Worksheet Functions 2 November 17th 04 08:19 PM


All times are GMT +1. The time now is 09:39 AM.

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"