italkid
03-28-2003, 04:55 AM
Maybe this is a stupid question...
How to know if a single cell contents is or is not a formula ?
i can figure it out for a range bigger than one cell with :
Set celtel = Selection.SpecialCells(xlCellTypeFormulas)
If celtel Is Nothing Then
MsgBox "No formulas found. "
I don't get this working for one single cell.
If somebody would know the answer...
How to know if a single cell contents is or is not a formula ?
i can figure it out for a range bigger than one cell with :
Set celtel = Selection.SpecialCells(xlCellTypeFormulas)
If celtel Is Nothing Then
MsgBox "No formulas found. "
I don't get this working for one single cell.
If somebody would know the answer...