Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have conditional formatting set up on a column of data so that the cell at
the top of the column (A1) is white. All the other cells below are yellow. This is their normal formatting status. A user puts some information in cell A1. Conditional formatting in cell A2 (formula is =A1<"") now changes cell A2 to white. This acts as a kind of a prompt, showing the user where to put the next bit of data. And when the user puts the data in A2, then A3 goes white (using =A2<"") and so on. It works nicely. Same thing all the way down that column. I can clear those items out using the delete key, or using a bit of code like range("a1:a5").clearcontents. It works fine and they all turn back to yellow. BUT If I go into a different workbook, and type 3 or 4 data items in a column, then I copy those back into my sheet, and paste them using pastespecial values, it all seems to have worked well. The cells are white, and the next cell below is also white. However, now if I press the delete key, or use my clearcontents program, they don't change back to yellow. Excel thinks that the cells are not empty any more, even though I thought I was only pasting values in there. What is going on? -- Allllen |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
conditional formatting glitches | Excel Discussion (Misc queries) | |||
Keeping conditional formatting when sorting | Excel Discussion (Misc queries) | |||
conditional formatting | Excel Discussion (Misc queries) | |||
Conditional Formatting | Excel Worksheet Functions | |||
cannot use ISEVEN or ISODD functions in Conditional Formatting | Excel Worksheet Functions |