View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Shimmess Shimmess is offline
external usenet poster
 
Posts: 8
Default System Error &H80004005 (-2147467259). Unspecified error

How is it possible for it to never have been saved? Wouldn't the first
creation of an excel file require a save action? how do I error handle
around it?

"Chip Pearson" wrote:

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?