View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jеns Mаrtin Schlаttеr Jеns Mаrtin Schlаttеr is offline
external usenet poster
 
Posts: 1
Default runtime error 438 when opening an excel file

Within a vbs script, I do "objExcel.WorkBooks.Open name,2,true".
With some excel files, I get the error: run-time error 438, object
does't support this property or method.
How can I get rid of this error?

JMS