Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
even though the value for [ReformatingCompleted] seems to have been set to
"True", I'm not able to test for it correctly; could someone proof this short code for me? (it's prob an obvious mistake... u know how that goes...) -------------------- ActiveWorkbook.ActiveSheet.Names.Add Name:="ReformatingCompleted", RefersToR1C1:="=""True""" If ActiveWorkbook.ActiveSheet.Names("ReformatingCompl eted").Value = "True" Then Exit Sub End If -------------------- thanks in advance, mark |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Checking a cell against a named range | Excel Worksheet Functions | |||
Checking for non-blank cells in named range | Excel Programming | |||
Checking for non blank cells in named range | Excel Programming | |||
Checking range of cells for entry then checking for total | Excel Programming | |||
Checking for non-blank cells in named range | Excel Programming |