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

Is there a way to create a code that will automatically shade a cell yellow
when someone overwrites a formula with a hard number?

Please help,

Steve
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,836
Default Auto Cell Shading

http://www.j-walk.com/SS/excel/usertips/tip045.htm

Regards,
Ryan---


--
RyGuy


"Steve" wrote:

Is there a way to create a code that will automatically shade a cell yellow
when someone overwrites a formula with a hard number?

Please help,

Steve

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,124
Default Auto Cell Shading

One way. Put this in a REGULAR module. Then use conditional formatting
=hf(h2)
Of course, that will also color text.

Function hf(x)
hf = x.HasFormula
End Function

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Steve" wrote in message
...
Is there a way to create a code that will automatically shade a cell
yellow
when someone overwrites a formula with a hard number?

Please help,

Steve


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
Auto-Format Cell Shading Crazyhorse75 Excel Discussion (Misc queries) 2 July 8th 09 05:47 PM
Auto Shading Cells Viper51546 Excel Discussion (Misc queries) 3 September 7th 07 08:18 PM
Conditional Cell Shading (based on the shading of other cells) Tubby Excel Worksheet Functions 2 June 20th 06 10:03 PM
Auto shading Jock W Excel Worksheet Functions 3 August 8th 05 05:43 PM
how do you set auto shading of cell based on percent value in exc. d.rogers59 Excel Worksheet Functions 3 February 12th 05 08:25 AM


All times are GMT +1. The time now is 08:10 AM.

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"