Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
.LookIn problem 2007 | Excel Programming | |||
How to test for valid 'Paste:=xlValues' before attempt. | Excel Programming | |||
Problem with setting a R / W property, FileSearch, LookIn | Excel Programming | |||
Complie Error with xlValues | Excel Programming | |||
How do I restore the LookIn, LookAt, SearchOrder in FIND | Excel Programming |