1. My macro works with Book2.xlsx
Capture.JPG



2. Title is set in the XML inside the workbook

Capture2.JPG


3. Maybe (just maybe) Win7 does not return built in doc properties the same way????

Put this in Book2.xlsx and see

Option Explicit
Sub test()
    MsgBox ThisWorkbook.BuiltinDocumentProperties("Title")
End Sub