Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
useing this it does not shade all blank cells havent been able to figure what
is missing also it does not clear contents in range of blanks. Object I am trying for notify user about blank cells. User has a way around entry to create blanks cannot stop there. Best I know. Thanks Much Sub blanks() ' blanks Macro ' Macro recorded 6/28/2007 by Curtiss A. Greer Worksheets("Data").Activate Range("d5:m60").Select Selection.specialcells(xlCellTypeBlanks).Select Selection.ClearContents MsgBox "Empty cells must be filled" End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Missing OCX or DLL... | Excel Programming | |||
add-ins missing | Excel Worksheet Functions | |||
Toolbars Missing, And option to Add Missing | Excel Discussion (Misc queries) | |||
On Error? Creates 1 missing worksheet then never detects any other missing worksheets | Excel Programming | |||
is there something i'm missing? | Excel Programming |