Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I'm currently using the following in a spreadsheet to flag data that is changed in any cell. Private Sub Worksheet_Change(ByVal Target As Range) Target.Cells.Font.ColorIndex = 3 'ColorIndex = 3 = Red End Sub I would like to change this to only become active if a cell already has data in it, prior to editing. I assume this would require a VLOOKUP expression but I cannot figure out how to write it. Any assistance would be appreciated. Thank you. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Lock Cell Format - Allow copy and paste of data without format change | Excel Worksheet Functions | |||
Sudden Change in Copy & Paste Format | Excel Discussion (Misc queries) | |||
change the default paste format in excel 2007 | Excel Discussion (Misc queries) | |||
Can I fix a format so it doesn't change when I drag or copy/paste | Excel Worksheet Functions | |||
copy & paste and change format | Excel Worksheet Functions |