C
Chris
This is driving me nuts...
At the end of my macro, I want to save and close the project file and be
done with it:
' Close Project File
FileClose pjSave
'Close Form
Unload Me
....simple enough right? But for some reason, it re-opens the project once
the save progress bar shows its been saved. What am I missing here???
Thanks for any light that can be shed on this mystery!
- Chris
At the end of my macro, I want to save and close the project file and be
done with it:
' Close Project File
FileClose pjSave
'Close Form
Unload Me
....simple enough right? But for some reason, it re-opens the project once
the save progress bar shows its been saved. What am I missing here???
Thanks for any light that can be shed on this mystery!
- Chris