Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,814
Default Auto Fill Color Cell

Hi all,

I need some help. I'm looking for a way to do this. I have columns with
formulas. And sometimes those formulas in a particular cell or 2 are
overwritten with a "hard" number. Is it possible to somehow make it so that
when someone changes the cell to a number that it turns the cell yellow
automatically?

Please help.

Thank you!!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Auto Fill Color Cell

Copy this to general module in your workbook

Function IsFormula(Cell)
IsFormula = Cell.HasFormula
End Function

In FormatCFFormula is: =IsFormula(cellref)=FALSE

Format the cell(s) to yellow.


Gord Dibben MS Excel MVP

On Mon, 14 Jul 2008 11:56:00 -0700, Steve
wrote:

Hi all,

I need some help. I'm looking for a way to do this. I have columns with
formulas. And sometimes those formulas in a particular cell or 2 are
overwritten with a "hard" number. Is it possible to somehow make it so that
when someone changes the cell to a number that it turns the cell yellow
automatically?

Please help.

Thank you!!


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
How I auto fill a cell patern or color based on a pick list? bbjr Excel Discussion (Misc queries) 3 April 21st 08 07:50 PM
auto fill color of row capital letter Excel Worksheet Functions 4 November 7th 07 06:44 PM
auto fill color of row capital letter Excel Worksheet Functions 3 November 6th 07 01:49 PM
auto color fill cells Chopper New Users to Excel 6 March 6th 06 03:04 AM
Auto fill color change Dave Excel Discussion (Misc queries) 4 June 15th 05 05:45 PM


All times are GMT +1. The time now is 04:27 PM.

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"