Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
CLare
 
Posts: n/a
Default Highlighting changes to a spreadsheet in a differing STYLE

Can anyone help with the following query:
I am trying to highlight the data entered during a week in a different
colour to the normal default black.
I have added a new STYLE but that only allows application to a set range of
cells, but i want to be able to overkey existing data as well as enter NEW
data and all the amendments are in a new colour say RED
I have looked at TRACK CHANGES too but this just adds a flag and doesnt
really HIGHLIGHT the change
Please help us sad people
Thanks
  #2   Report Post  
 
Posts: n/a
Default Highlighting changes to a spreadsheet in a differing STYLE

Press Alt + F11 to get to the Visual Basic Editor
On the left hand side, find the file you're working on, and double
click on ThisWorkbook
Its code window will open up.
Insert the following lines of code:

Private Sub Workbook_SheetChange(ByVal Sh As Object, ByVal Target As
Range)
Target.Font.ColorIndex = 3
End Sub

Now, whenever you edit a cell, its font color will become 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
Spreadsheet Style philc Excel Discussion (Misc queries) 2 October 20th 05 02:06 PM
Formula for Returning values in another spreadsheet lrbest4x4xfar Excel Worksheet Functions 1 October 14th 05 02:52 PM
Hyperlinking to Excel 2000 with a linked spreadsheet LDPitsy1970 Excel Discussion (Misc queries) 0 October 12th 05 02:31 PM
Using Excel spreadsheet as input to Access dougb415 Excel Discussion (Misc queries) 0 September 22nd 05 02:33 PM
Spreadsheet merging problems Sam B Excel Worksheet Functions 0 September 19th 05 08:05 PM


All times are GMT +1. The time now is 09:11 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"