S
Sebastian Cordoba
Hi guys.
I created the following code in a class module of tte Global.MPT file:
Public Sub App_ProjectAfterSave()
<specific code>
End Sub
Everything works fine, but when I close the Project window I get the Error
424. Whay can I do to avoid this situation?
I read a reply for a previous post where the proposed code was this:
If not pj is nothing then
your code
End if
http://www.microsoft.com/office/com...&p=1&tid=358836e6-9c79-454c-b896-c138d2a4f737
But the event AfterSave doesn't have parameters as BeforeSave does (pj in
this case).
Thanks in advance.
I created the following code in a class module of tte Global.MPT file:
Public Sub App_ProjectAfterSave()
<specific code>
End Sub
Everything works fine, but when I close the Project window I get the Error
424. Whay can I do to avoid this situation?
I read a reply for a previous post where the proposed code was this:
If not pj is nothing then
your code
End if
http://www.microsoft.com/office/com...&p=1&tid=358836e6-9c79-454c-b896-c138d2a4f737
But the event AfterSave doesn't have parameters as BeforeSave does (pj in
this case).
Thanks in advance.