please... what's my error?
Dim sglEndSum As Single
If Range("D" & sglEndSum).HasFormula = True Then
MsgBox Range("D" & sglEndSum).Address & " contains a formula..."
Range("D" & sglEndSum).Value = "not any more !"
End If
thanks in advance,
mark
please... what's my error?
Dim sglEndSum As Single
If Range("D" & sglEndSum).HasFormula = True Then
MsgBox Range("D" & sglEndSum).Address & " contains a formula..."
Range("D" & sglEndSum).Value = "not any more !"
End If
thanks in advance,
mark
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks