merlynsdad
Programmer
I'm opening two additinoal workbooks but don't want either of them to show. The code has the following:
screenupdating = false
displayalerts = false
workbooks.open "WB#1"
activewindow.visible = false
workbooks.open "WB#2"
activewindow.visible = false
screenupdating = true
Nonetheless, as the workbooks open they briefly show for a few seconds. I would prefer they didn't show at all. How do I do that?
screenupdating = false
displayalerts = false
workbooks.open "WB#1"
activewindow.visible = false
workbooks.open "WB#2"
activewindow.visible = false
screenupdating = true
Nonetheless, as the workbooks open they briefly show for a few seconds. I would prefer they didn't show at all. How do I do that?