Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Is it possible to hide a workbook instantly when it opens? I currently have Set newBook = Workbooks.Open(fileName) Windows(fileName).Visible = False I also tried Set newBook = Workbooks.Open(fileName) With newBook ..Windows(fileName).Visible = False End With In both cases the workbook flashes on the screen for an instant. That's clumsy. Is there a way to prevent that without saving the workbook as hidden? Thanks -- TommySzalapski ------------------------------------------------------------------------ TommySzalapski's Profile: http://www.excelforum.com/member.php...o&userid=25561 View this thread: http://www.excelforum.com/showthread...hreadid=391021 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Changing border colors instantly | Excel Discussion (Misc queries) | |||
Open and Hide a workbook | Excel Discussion (Misc queries) | |||
HIDE Workbook whilst VBA Form Open | Excel Programming | |||
HIDE Workbook whilst VBA Form Open | Excel Programming | |||
How to automaticaly hide all toolbars in in workbook when another workbooks are open? | Excel Programming |