Thread: Maximize Excel
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ianripping[_34_] ianripping[_34_] is offline
external usenet poster
 
Posts: 1
Default Maximize Excel

When I open an excel document from a local webpage, the document open
up in a normal window, not maximized.

I tried inputing this code into the workbook module: -

Private Sub Workbook_Open()

Application.WindowState = xlMaximized
End Sub


But it was still opening in a normal window.
Am I doing anythign wrong

--
Message posted from http://www.ExcelForum.com