excel - Opening file through VBA vs Windows Exploroer results in different versions -


i'm having issue opening workbook though vba macro opens different version of file compared when same file opened through windows explorer. file i'm trying open log on network drive containing various data timestamp.

i've noticed when opening through vba, log updated through "last modified" date. however, when open same file through windows explorer there data more recent "last modified" date. trying figure out why "last modifed" date wrong in first place, , why results in vba macro opening older version of file.

i have confirmed filepath , filename identical.


Comments