Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do i check if a cell has #REF! anywhere in the cells formula?
ie check if Range("A1").formula =#REF! Or ='Sheet1'#REF! or any formula with #REF! in it. Thanks Clayton |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Clayton,
If Range("A1") = CVErr(xlErrRef) Then NickHK "mcphc" wrote in message ... How do i check if a cell has #REF! anywhere in the cells formula? ie check if Range("A1").formula =#REF! Or ='Sheet1'#REF! or any formula with #REF! in it. Thanks Clayton |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
check or uncheck a check box based on a cell value | Excel Discussion (Misc queries) | |||
Copy and move check box (check boxes) with new cell link? | Excel Worksheet Functions | |||
Cannot check the check mark box in cell | Excel Worksheet Functions | |||
check to see if a cell is blank if not populate adjacent cell wit. | Excel Discussion (Misc queries) | |||
Check if Conditional Format is True or False / Check cell Color | Excel Worksheet Functions |