LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Paste Once No Format Change Help

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
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
Lock Cell Format - Allow copy and paste of data without format change Chris12InKC Excel Worksheet Functions 2 May 9th 23 07:42 PM
Sudden Change in Copy & Paste Format GPBurdell Excel Discussion (Misc queries) 2 August 18th 08 06:02 PM
change the default paste format in excel 2007 Derfel Excel Discussion (Misc queries) 1 April 3rd 08 06:58 PM
Can I fix a format so it doesn't change when I drag or copy/paste Blah-blah Excel Worksheet Functions 1 February 15th 07 06:17 PM
copy & paste and change format SLB Excel Worksheet Functions 2 August 9th 06 01:26 PM


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