Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Have the following to check for blank cells. Would like to have message box
appear if blank cells exist. Then give user option to correct. OR Maybe best to just return to worksheet being checked if blank cells exist? Thanks Worksheets("MailD").Activate Dim Blanks As Long Dim LastRow As Integer Blanks = msgbox(Prompt:="Do you have blanks to complete?,If not sure Click on Yes", Buttons:=vbYesNo) If Blanks = vbYes Then LastRow = Cells(Rows.Count, "A").End(xlUp).row range("A2:F2").Resize(LastRow - 4).Select Userform1_Main_form.Hide Selection.specialcells(xlCellTypeBlanks).Select End If |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need Array Formula for Counting Blank & Non Blank Cells (Multiple Criteria) | Excel Discussion (Misc queries) | |||
Excel 2002: Return blank when VLOOKUP on blank cells | Excel Discussion (Misc queries) | |||
Maximum Number of Blank Cells between Non Blank Cells in a Range | Excel Worksheet Functions | |||
Start Cell B1 then find first blank cell, insert subtotal, next non blank, then next blank, sutotal cells in between......... | Excel Programming | |||
Copy to first Blank cell in Colum C Non blank cells still exist be | Excel Programming |