ILoveCheese
New Member
- Joined
- Mar 27, 2008
- Messages
- 27
Rich (BB code):
Worksheets("Main").Range("C3:GT69").Select
Selection.Replace What:="X", Replacement:="", LookAt:=xlPart, _
SearchOrder:=xlByRows, MatchCase:=False, SearchFormat:=False, _
ReplaceFormat:=False
I am working with version 03, and I do not have any issues with the above code. I sent it to a friend who is using 00, and they receive a "application-defined or object-defined error message.... runtime error 1004".
To create the code I used the recorder, highlighted the range did a CTRL H and applied the needed replacement.
Could this issue be due to the difference in versions? Just need some clarification.