automation error -2147467259

T

Tim Cadieux

I get the following error only on the SECOND time or more
that I run this code..

Automation error -2147467259


All I'm trying to do is

If ActiveWorkbook.BuiltinDocumentProperties("Last Save
time") <> "" Then
TextModification.Text =
ActiveWorkbook.BuiltinDocumentProperties("Last Save Time")
End If
 
Top