Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
"Dana DeLouis" wrote in message
... what about formulas which use named ranges. Maybe one could include something like this: Dim nPrecedents As Long On Error Resume Next 'In case there are none nPrecedents = ActiveCell.Precedents.Count If n 0 Then ' There are cell references... End If -- HTH. :) Dana DeLouis Maybe I missed something, but why not:: if ActiveCell.HasFormula then 'has formula with or without cell references (example for 'without reference': =10+5) else 'no formula end if Joerg |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula to confirm entry in Col "C" is valid for data in Col "A" | Excel Discussion (Misc queries) | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
"." on numeric keypad displays "," | Excel Discussion (Misc queries) | |||
Excel: Changing "numeric $" to "text $" in a different cell. | Excel Worksheet Functions | |||
If A3=alpha numeric,"X", if A3=text,"Y", Blank | Excel Worksheet Functions |