Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello ...
Here's the issue, I have a workbook with 7 worksheets, each has 100's of fields of information, calculations, etc. The first worksheet is a summary of the other six, with all of the key values and information from the sheets ( 704 fields ) compiled and posted. Is there anyway to program the summary sheet to identify (by color background or another very visable method)cells that are blank, so I can go back and see what wasn't posted? Effectively, I need to know how to quickly ID missing information, prior to completing the project. Any advice or direction appreciated. regards, Patrick |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Use menu Edit/Goto/Special ... Blank which will select empty cells.
Or something like this line of code in a macro :- Selection.SpecialCells(xlCellTypeBlanks).Select Regards BrianB ================================================ "Patrick" wrote in message ... Hello ... Here's the issue, I have a workbook with 7 worksheets, each has 100's of fields of information, calculations, etc. The first worksheet is a summary of the other six, with all of the key values and information from the sheets ( 704 fields ) compiled and posted. Is there anyway to program the summary sheet to identify (by color background or another very visable method)cells that are blank, so I can go back and see what wasn't posted? Effectively, I need to know how to quickly ID missing information, prior to completing the project. Any advice or direction appreciated. regards, Patrick |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Finding data amongst empty cells | Excel Discussion (Misc queries) | |||
finding data entry required cells by highlighting. | Excel Discussion (Misc queries) | |||
Finding and Highlighting Similar but not Identical Cells in a Colu | Excel Discussion (Misc queries) | |||
Finding days between cells C and L where the cells may be empty | Excel Worksheet Functions | |||
Macro trouble finding 'empty' cells | Excel Programming |