owentmoore
Technical User
Hi all,
I am getting error code "unable to get the find property of the range class" while executing the set statement in the following code. I can't see what the problem is with the code. Does anyone have any ideas?
If I need to post the whole code let me know and I will....
Thanks
Owen
I am getting error code "unable to get the find property of the range class" while executing the set statement in the following code. I can't see what the problem is with the code. Does anyone have any ideas?
Code:
Range("IV" & lRow1).Select
With ActiveSheet
Do
With ActiveSheet.Range("BE" & lRow1 & ":CG" & lRow1)
If lRow1 < lRow2 Then
Set strSearch = .Find(",", AFTER:=ActiveCell, LookIn:=xlValues, LookAt _
:=xlPart, SearchOrder:=xlByColumns, SearchDirection:=xlPrevious)
etc........
If I need to post the whole code let me know and I will....
Thanks
Owen