Proj 2007 How can I cancel a save from within the Before_Save Event ? TIA Paul
P Paul Conroy Mar 7, 2008 #1 Proj 2007 How can I cancel a save from within the Before_Save Event ? TIA Paul
R Rod Gill Mar 7, 2008 #2 There should be a parameter called Cancel, so use: Cancel=True -- Rod Gill Microsoft MVP for Project Author of the only book on Project VBA, see: http://www.projectvbabook.com
There should be a parameter called Cancel, so use: Cancel=True -- Rod Gill Microsoft MVP for Project Author of the only book on Project VBA, see: http://www.projectvbabook.com
P Paul Conroy Mar 7, 2008 #3 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
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