LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 14
Default Find(SPELER, LookIn:=xlValues) problem with hidden colloms!!!

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
.LookIn problem 2007 John[_19_] Excel Programming 5 December 4th 09 04:00 AM
How to test for valid 'Paste:=xlValues' before attempt. Bassman62 Excel Programming 2 December 11th 08 10:31 PM
Problem with setting a R / W property, FileSearch, LookIn chuckd Excel Programming 2 November 9th 06 03:31 PM
Complie Error with xlValues vincent_vega Excel Programming 1 July 15th 06 07:21 PM
How do I restore the LookIn, LookAt, SearchOrder in FIND [email protected] Excel Programming 4 November 10th 05 11:41 PM


All times are GMT +1. The time now is 05:57 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"