![]() |
excel97 vs excel2000 (Find instruction)
Hi,
I have written the following procedu 1 With Worksheets(1).Range("b10:b5000") 2 Set C = .Find("Science", LookIn:=xlValues, Lookat:=xlWhole) 3 If Not C Is Nothing Then 4 firstAddress = C.Address 5 C.Activate 6 End If 7 End With It is perfectly working under Excel2000 but not under Excel97. In the latter case, it stops in line 2 (set C =...) and I obtained the following error : (1004) Impossible to read the find property of the range class (My translation of the error message is probably terrible!). Can you help me to write this in a different manner ? The funny thing, this code is given as an example of the Find property in the excel97 help file... Thanks in advance. Cyrille |
All times are GMT +1. The time now is 04:36 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com