S
Steff_DK
If activecell is text I get a runtime error with the code below (o
course...).
I'd like to goto Nosearch, if cell value is text.
How can I write this into the below code?
Dim iSpecific As Integer
iSpecific = ActiveCell.Value
If ActiveCell.Value = "" Then
GoTo Nosearch
End I
course...).
I'd like to goto Nosearch, if cell value is text.
How can I write this into the below code?
Dim iSpecific As Integer
iSpecific = ActiveCell.Value
If ActiveCell.Value = "" Then
GoTo Nosearch
End I