Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
I published the Excel file to my company intranet. It always opens with minimize view. Therefore I have to click the maximize button to view the file. Please help me to fix the problem. Thank you very much in advance. Chi |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
See if this helps. This code needs to go into the workbook's ThisWorkbook
code module. In pre-2007 versions of Excel it's easy to get the right-click on the Excel icon at the very upper-left corner of the Excel window and choose [View Code] from the drop-down list that appears. Copy and paste the code below into that module, save and republish the file: Private Sub Workbook_Open() Application.WindowState = xlMaximized End Sub Hope it works - haven't tested it as/with an intranet published Excel file. "Chi" wrote: Hi, I published the Excel file to my company intranet. It always opens with minimize view. Therefore I have to click the maximize button to view the file. Please help me to fix the problem. Thank you very much in advance. Chi |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I set the Options to View Zero Values to be off always | Excel Discussion (Misc queries) | |||
How do I Modify The XML View Options | New Users to Excel | |||
"Show Placeholder" feature in options/view doesnt work | Excel Discussion (Misc queries) | |||
"Show Placeholders" in options/view menu does'nt work. | Excel Discussion (Misc queries) | |||
Excel 2000: Options-View-Show-Windows in Taskbar resets everytime. | Excel Discussion (Misc queries) |