View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
JLGWhiz JLGWhiz is offline
external usenet poster
 
Posts: 3,986
Default Maximized or minimize

If I read the VBA help file correctly, this would maximize with focus.

Shell ("c:\Program Files\Microsoft Office\OFFICE11\ _
WINWORD.exe" ,xlMaximizedFocus)

"Philosophaie" wrote:

How to maximize an initially hidden Workbook:
Shell ("c:\Program Files\Microsoft Office\OFFICE11\WINWORD.exe", "Code to
mazimize or set visible=True")