Before Close Failure
I am executing a Before_Close event in Workbook (A) that activates workbook (B). Workbook B also has a Before_Close event. After the Workbook A Before_Close event does a lot of initializing for Workbook B, if I simply go thru the End Sub in the Workbook A event, when Workbook B begins, Workbook A does not close. Can someone tell me how I get Workbook A closed and pass control to Workbook B?
Terry
|