R
rob nobel
In a workbook I'm constructing which is approx 650kb in size I notice that
on opening it ,that it says in the taskbar Opening ".....", etc. with the
progress meter running. It begins the process Ok showing 3 blue indicators
quickly and it then sits there for about 8-10 seconds before it opens the
file. The only thing, other than various VBA code within the sheets and
other public modules, is the following in this workbook module.
Private Sub Workbook_Open()
With Sheets("ALL A-C")
.EnableAutoFilter = True
..Protect Password:="", UserInterfaceOnly:=True
End With
End Sub
Is there a reason that can be fixed to make it open faster as I have an
earlier version of the workbook with not as many VBA procedures that opens
in less than a second (It's approx 450kb in size)?
Do the VBA procedures get calculated somehow on opening?
In fact I deleted a worksheet from the offending file that thought might be
the problem and saved it with a new name, and that one opens just as slow
without any blue indicator boxes appearing. It just sits for 8 secs and
then opens.
Rob
on opening it ,that it says in the taskbar Opening ".....", etc. with the
progress meter running. It begins the process Ok showing 3 blue indicators
quickly and it then sits there for about 8-10 seconds before it opens the
file. The only thing, other than various VBA code within the sheets and
other public modules, is the following in this workbook module.
Private Sub Workbook_Open()
With Sheets("ALL A-C")
.EnableAutoFilter = True
..Protect Password:="", UserInterfaceOnly:=True
End With
End Sub
Is there a reason that can be fixed to make it open faster as I have an
earlier version of the workbook with not as many VBA procedures that opens
in less than a second (It's approx 450kb in size)?
Do the VBA procedures get calculated somehow on opening?
In fact I deleted a worksheet from the offending file that thought might be
the problem and saved it with a new name, and that one opens just as slow
without any blue indicator boxes appearing. It just sits for 8 secs and
then opens.
Rob