View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
jwells jwells is offline
external usenet poster
 
Posts: 1
Default .Find Method for Excel 2002


I am having troubles figuring out a problem with Excel 2002. I have
made code on Excel 2003 that works fine but when it is ran on Excel
2002 an error occurs (Can't Find Project or Library). Below is the
code that is having trouble with Excel 2002. If you have any
suggestions why the code doesn't work, or what code will work I would
very much appreciate it. Thanks,


Code

Set Find_Criteria =
Worksheets("Sheet1").Range("B:B").Find(What:="*X*A xis*1*",
Lookat:=xlPart)


--
jwells
------------------------------------------------------------------------
jwells's Profile: http://www.excelforum.com/member.php...o&userid=30413
View this thread: http://www.excelforum.com/showthread...hreadid=500787