Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do you want to mark the cells containing zero and what do you want to do
with them when they are marked? You could run a loop of the cells and set the interior color of the cells containing zero but not knowing what you want to do with the marked cells it is difficult to know if that will solve your problem. Also do you want to treat zero and blank as the same? -- Regards, OssieMac "Hamster" wrote: Hi, there is a list with different values in it. The values are already selected using a range. How can I mark those values in the range that are zero? Example of the code used so far (the variables Start, End, Nulls have been filled already): Range(Cells(Start, Nulls), Cells(End, Nulls)).Select Selection.SpecialCells(????) Thanks in advance . |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Identify last date of a specific month | Excel Programming | |||
Can I use a formula to identify WHICH row contains specific data? | Excel Worksheet Functions | |||
Identify the row with specific criteria | Excel Worksheet Functions | |||
formula to identify specific cells | Excel Discussion (Misc queries) | |||
identify and move specific values | Excel Programming |