C
Curt
did this with macro recorder it does not shade all cells.
those not shaded are spread around on sheet. Want to do this to see if data
missing before merge for mailing
Thanks
Sub blanks()
' blanks Macro
' Macro recorded 6/28/2007 by Curtiss A. Greer
Worksheets("Data").Range("a4:m60").Select
Selection.specialcells(xlCellTypeBlanks).Select
End Sub
those not shaded are spread around on sheet. Want to do this to see if data
missing before merge for mailing
Thanks
Sub blanks()
' blanks Macro
' Macro recorded 6/28/2007 by Curtiss A. Greer
Worksheets("Data").Range("a4:m60").Select
Selection.specialcells(xlCellTypeBlanks).Select
End Sub