View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jim Mooney Jim Mooney is offline
external usenet poster
 
Posts: 1
Default Trim: Excel 97 gives error "Can't find project or library"

I don't know why Trim(...) function does not work in the
Excel programming section of a worksheet for Excel 97. I
also have a copy of Office 2003 and it works fine with
this version.

How do I convert this statement in Office 2003:

Name = Trim(Name)

to work in Office97? The error keeps coming up:

Can't find project or library

Trim is highlighted.