Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I turn off auto color fill? | Excel Discussion (Misc queries) | |||
auto fill color of row | Excel Worksheet Functions | |||
auto fill color of row | Excel Worksheet Functions | |||
auto color fill cells | New Users to Excel | |||
Auto fill color change | Excel Discussion (Misc queries) |