View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
nb0512 nb0512 is offline
external usenet poster
 
Posts: 9
Default String manipulation in 2007

I am running a 2003 macro in Excel 2007. It fails and says 'Can't find object
or library' and highlights the word Left in Left(somestring, somenumber).
In Help I see that Left does not exist in 2007, but it does in Access. So I
include a reference the Access library (Tools/References, etc.). This does
not help.

Any suggestions anyone ? Thanks !