I am developing a project add-in and when I execute the code to retrieve the statusdate it gives me NA. I see the status date on my project file. If i try to retrieve the activeproject.name, it gives me the correct value.
Why is the statusdate NA? I need to get the statusdate that is on the project file, how do i do that?
sample code on
ThisAddIn_Startup:
dim dt as Date
dt = Me.Application.ActiveProject.StatusDate