navyguysrighthandman
Programmer
This is driving me nuts. It happens maybe 1 out of 3 times I open the file. I have found two cases which cause excel to crash and want to send an error report to microsoft. The first one is when I open a file in which I have a splash screen set up according to the directions given on this page:
Excel will crash when the splash screen is supposed to close.
The other case is when I open a file that immediately pops up the userform1:
Does anyone know why this is happening? Are there any suggestions for workarounds (short of deleting the code!)? I have downloaded all the latest Office and Windows updates and that didn't work.
Thanks,
Ben
Excel will crash when the splash screen is supposed to close.
The other case is when I open a file that immediately pops up the userform1:
Code:
Private Sub Workbook_Open()
UserForm1.Show
End Sub
Does anyone know why this is happening? Are there any suggestions for workarounds (short of deleting the code!)? I have downloaded all the latest Office and Windows updates and that didn't work.
Thanks,
Ben