Hi,
I used this code today:
SubShoe ()
Dim Shoe1 As Range
Set Shoe1 = Range("A20:A70").Find(what:="Shoes").Offset(2,0)
If Shoe1.Value <> " " Then
ElseIf Shoe1.Value = " " Then
End If
End Sub
However my code stops executing before the ElseIf command although Shoe1.Value is = " ". Can someone please advise?
Thank you!
I used this code today:
SubShoe ()
Dim Shoe1 As Range
Set Shoe1 = Range("A20:A70").Find(what:="Shoes").Offset(2,0)
If Shoe1.Value <> " " Then
ElseIf Shoe1.Value = " " Then
End If
End Sub
However my code stops executing before the ElseIf command although Shoe1.Value is = " ". Can someone please advise?
Thank you!