B
Barb Reinhardt
I'm getting a Type Mismatch error at the + on this line. I'm not exactly
sure what's supposed to be done here (I'm sure it's searching for something),
so don't know why the + is here.
Selection.Find(What:="" + myVar + "", After:=ActiveCell,
LookIn:=xlFormulas, _
LookAt:=xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext, _
MatchCase:=False, SearchFormat:=False).Activate
It's dimensioned as follows:
Public myVar() As String
Can someone assist?
Thanks,
Barb Reinhardt
sure what's supposed to be done here (I'm sure it's searching for something),
so don't know why the + is here.
Selection.Find(What:="" + myVar + "", After:=ActiveCell,
LookIn:=xlFormulas, _
LookAt:=xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext, _
MatchCase:=False, SearchFormat:=False).Activate
It's dimensioned as follows:
Public myVar() As String
Can someone assist?
Thanks,
Barb Reinhardt