View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default System Error &H80004005 (-2147467259). Unspecified error

You'll get that error if the workbook has never been saved.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
(email address is on the web site)

"Shimmess" wrote in message
...
I have some code that reads in the last save data of an excel file using

MD = wb.BuiltinDocumentProperties("Last Save Time")


I came across a group of excel files that I tried running these on and got
the following error:

System Error &H80004005 (-2147467259). Unspecified error

What could cause this? Shouldn't every excel file have a Last Saved Time?