S
Swingleft
Hallo,
somewere in the middle of my macro is the next part
Set C2 = Sheets("Spelers").Range("J2:J65000").Find(SPELER, LookIn:=xlValues)
If C2 Is Nothing Then
MsgBox ("lege cel")
Else
Range(C2.Address).Offset(0, -9).Value = ""
End If
THe function works oke BUT
If i Hide Collum "J" this part of the macro does't work anymore.. is the
correct?
And does anybody know a reason for this.. and a solution?
thanks for all the help.
Swingleft
somewere in the middle of my macro is the next part
Set C2 = Sheets("Spelers").Range("J2:J65000").Find(SPELER, LookIn:=xlValues)
If C2 Is Nothing Then
MsgBox ("lege cel")
Else
Range(C2.Address).Offset(0, -9).Value = ""
End If
THe function works oke BUT
If i Hide Collum "J" this part of the macro does't work anymore.. is the
correct?
And does anybody know a reason for this.. and a solution?
thanks for all the help.
Swingleft