Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default finding/highlighting empty cells

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 109
Default finding/highlighting empty cells

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
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
Finding data amongst empty cells James Excel Discussion (Misc queries) 6 November 10th 09 04:35 PM
finding data entry required cells by highlighting. gtslabs Excel Discussion (Misc queries) 6 October 12th 07 10:41 PM
Finding and Highlighting Similar but not Identical Cells in a Colu Matt Nichols Excel Discussion (Misc queries) 2 July 12th 06 09:01 PM
Finding days between cells C and L where the cells may be empty Jack Excel Worksheet Functions 1 January 9th 06 06:47 PM
Macro trouble finding 'empty' cells foamfollower Excel Programming 1 October 1st 03 02:59 AM


All times are GMT +1. The time now is 07:09 AM.

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"