View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Cabaco Cabaco is offline
external usenet poster
 
Posts: 4
Default Maximizing a workbook

Hi, everybody

Is there a code that maximizes a workbook when it opens?

I tried this:
Sub Workbook_open()
Application.WindowState = xlMaximized
End Sub

But it only maximizes the Excel window.

Any help?

Thanks,
Cabaco