Re: $$Excel-Macros$$ Code in Workbook_Open macro inadvertently crashes the file!!!

2016-03-22 Thread Paul Schreiner
For your second question:Here's what I would do: Open a NEW workbook and create two macros:'Sub Events_Enabled()     Application.EnableEvents = True End Sub' Sub

$$Excel-Macros$$ Code in Workbook_Open macro inadvertently crashes the file!!!

2016-03-19 Thread Rob Flott
Mayday MaydayI need help My workbook contains several sheets displaying various report forms. The content of each report is based on the selections made from a UserForm. On the Workbook_Open macro I have 'Call OpenUF1' code to open the UserForm. Sub OpenUF1() Load UserForm1