Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I have a range called "PreData" that is 12 rows and 6 columns and I want to make sure the users fill in data in each of the cells. I am checking the range in the Workbook_BeforeSave event and the code I am using to do this is: Code: -------------------- Application.Goto Reference:="PreData" Selection.SpecialCells(xlCellTypeBlanks).Select -------------------- This works fine EXCEPT when there are no blanks. I know that the Select is failing, I just don't know how to check it before actually selecting it. Any assistance will be appreciated! Thanks! -- Excelenator ------------------------------------------------------------------------ Excelenator's Profile: http://www.excelforum.com/member.php...o&userid=36768 View this thread: http://www.excelforum.com/showthread...hreadid=567685 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
determine if cell address is within a range of cells | Excel Programming | |||
Looping through a range of cells | Excel Programming | |||
Looping thru a range - storing IF not blank? | Excel Programming | |||
Looping through a range of cells | Excel Programming | |||
I need to determine a cell range based on a blank cell | Excel Programming |