B
Bill Martin
Using Excel 2003, is there a way to resize the Excel window from within VBA? I
don't mean the window for a particular workbook like:
With ActiveWindow
.Width = Application.UsableWidth
End With
I'm referring to the entire Excel window that the OS opens when you invoke Excel.
Thanks.
Bill
don't mean the window for a particular workbook like:
With ActiveWindow
.Width = Application.UsableWidth
End With
I'm referring to the entire Excel window that the OS opens when you invoke Excel.
Thanks.
Bill