Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Wilbo
Either of the following are options for hiding your sheet Application.Visible = False or Windows(ThisWorkbook.Name).Visible = False An easy way is to change the ShowModal property of the form to False But if the Application or Window are hidden there's nothing to print? Happy Friday ;-) Wilbo wrote in message ... Hi, Is it possible to hide the excel view? I've done a calculation program, which userinterface is done by VBA forms. Now, i'd like to hide excel userinterface that only the calculation programs forms are visible. Another question is that how can I use the excel print preview with the forms? User forms are allways on the top and the print preview is disabled. BR -Wilbo -- Wilbo ------------------------------------------------------------------------ Wilbo's Profile: http://www.excelforum.com/member.php...o&userid=10084 View this thread: http://www.excelforum.com/showthread...hreadid=269472 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do you hide/un-hide the grid lines | Excel Discussion (Misc queries) | |||
Want to Hide columns in spreadsheet but NOT hide data in chart. | Charts and Charting in Excel | |||
How do I hide hide #REF! in Excel | Excel Discussion (Misc queries) | |||
How do I hide a worksheet in Excel and use a password to un-hide . | Excel Discussion (Misc queries) | |||
Hide Excel row in VBA | Excel Programming |