I have the following code behind a button to open a saved spreadsheet:
Excel opens and is maximized, but the spreadsheet is not maximized. How can I maximize the spreadsheet when it opens?
Thanks,
Sup
Code:
Private Sub cmdOpenExcel_Click()
FollowHyperlink "C:\ExcelReport.xls"
End Sub
Excel opens and is maximized, but the spreadsheet is not maximized. How can I maximize the spreadsheet when it opens?
Thanks,
Sup