Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using the Find tool in EXCEL | Excel Worksheet Functions | |||
find replace cursor default to find box | Excel Discussion (Misc queries) | |||
Excel has a "Find Next" command but no "Find Previous" command. | Excel Discussion (Misc queries) | |||
Find & Replace results to display specified chosen fields | Excel Discussion (Misc queries) | |||
VB Find and Replace | Excel Worksheet Functions |