Cancel Save in Before_Save event - VBA - 2007

P

Paul Conroy

Proj 2007

How can I cancel a save from within the Before_Save Event ?

TIA

Paul
 
P

Paul Conroy

Thanks Rod

This parameter does not get passed into the sub

Private Sub Project_BeforeSave(ByVal pj As Project)

When I add "Cancel as Boolean" it throws an error!

Any other suggestions.

Paul
 
Top