Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Auto color fill in Excel - help

I'm working with a spreadsheet (MS Office/Excel 2003) that someone else
set up, and certain cells, which I add to every day, will automatically
fill in with a background color when data is entered, which is pretty
nifty. But certail cells don't, even though they should (should meaning
that color-scheme wise it would be nice if they did). But I can't
figure out why they won't or how it's programmed to know when/and what
color to do that with. The strange thing is, I know these cells
(they're in a particular column) used to do that, and some of the other
cells *sometimes* don't auto fill the color, even though the same type
of data is put in everyday, it's sort of random.
Any ideas?

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Auto color fill in Excel - help

Select a cell that does color, then go to

Format=Conditional Formatting

and you should see how they are set up. No programming required.

--
Regards,
Tom Ogilvy

wrote in message
oups.com...
I'm working with a spreadsheet (MS Office/Excel 2003) that someone else
set up, and certain cells, which I add to every day, will automatically
fill in with a background color when data is entered, which is pretty
nifty. But certail cells don't, even though they should (should meaning
that color-scheme wise it would be nice if they did). But I can't
figure out why they won't or how it's programmed to know when/and what
color to do that with. The strange thing is, I know these cells
(they're in a particular column) used to do that, and some of the other
cells *sometimes* don't auto fill the color, even though the same type
of data is put in everyday, it's sort of random.
Any ideas?



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Auto color fill in Excel - help

I've looked at the cells that do color, and the Format-Conditional
Formatting window is empty, nothing set up...weird, since they do auto
coloring.


Tom Ogilvy wrote:
Select a cell that does color, then go to

Format=Conditional Formatting

and you should see how they are set up. No programming required.

--
Regards,
Tom Ogilvy

wrote in message
oups.com...
I'm working with a spreadsheet (MS Office/Excel 2003) that someone

else
set up, and certain cells, which I add to every day, will

automatically
fill in with a background color when data is entered, which is

pretty
nifty. But certail cells don't, even though they should (should

meaning
that color-scheme wise it would be nice if they did). But I can't
figure out why they won't or how it's programmed to know when/and

what
color to do that with. The strange thing is, I know these cells
(they're in a particular column) used to do that, and some of the

other
cells *sometimes* don't auto fill the color, even though the same

type
of data is put in everyday, it's sort of random.
Any ideas?


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Auto color fill in Excel - help

There are about only two ways to fill in the color on entry that I can think
of. One is with conditional formatting. The other is with a macro. this
could use the change event or it could use the calculate event. for an
event macro, right click on the sheet tab and select view code.

Nonetheless, I wouldn't expect a macro to have random failure like you
describe. I could see conditional formatting being destroyed by a paste
operation on the cell with the formatting.

If you don't find an code, then click in the upper right corner of the
border (upper left to cell A1) to select all cells, then do

Chip Pearson's page on events
http://www.cpearson.com/excel/events.htm

Edit=goto=Special and select "conditional formats" and under data
validation, select "All" (that should be the default). then click OK. If
it says No Cells Found, then you can be sure it isn't conditional
formatting.

--
Regards,
Tom Ogilvy

wrote in message
oups.com...
I've looked at the cells that do color, and the Format-Conditional
Formatting window is empty, nothing set up...weird, since they do auto
coloring.


Tom Ogilvy wrote:
Select a cell that does color, then go to

Format=Conditional Formatting

and you should see how they are set up. No programming required.

--
Regards,
Tom Ogilvy

wrote in message
oups.com...
I'm working with a spreadsheet (MS Office/Excel 2003) that someone

else
set up, and certain cells, which I add to every day, will

automatically
fill in with a background color when data is entered, which is

pretty
nifty. But certail cells don't, even though they should (should

meaning
that color-scheme wise it would be nice if they did). But I can't
figure out why they won't or how it's programmed to know when/and

what
color to do that with. The strange thing is, I know these cells
(they're in a particular column) used to do that, and some of the

other
cells *sometimes* don't auto fill the color, even though the same

type
of data is put in everyday, it's sort of random.
Any ideas?




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 do I turn off auto color fill? bfree Excel Discussion (Misc queries) 1 July 23rd 08 07:59 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 07:37 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"