Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I set schedule to open excel file, when it opens, the excel window's size is
not maximized, and I have tried your approach, for manually opened approach, it works, but it still does not work on opening excel file, which is triggered by schedule task. Do you have any suggestions? Thanks in advance for any suggestions Eric "Dave Peterson" wrote: You could create a new workbook and store it in your XLStart folder that contains a macro that runs each time excel is opened. Lots of people use the name Personal.xls for this file. And they put all their macros that they want available when excel opens. This is the macro: Option Explicit Sub Auto_Open() Application.WindowState = xlMaximized End Sub If you're new to macros: Debra Dalgleish has some notes how to implement macros he http://www.contextures.com/xlvba01.html David McRitchie has an intro to macros: http://www.mvps.org/dmcritchie/excel/getstarted.htm Ron de Bruin's intro to macros: http://www.rondebruin.nl/code.htm (General, Regular and Standard modules all describe the same thing.) Eric wrote: Does anyone have any suggestions on how to maximize teh excel window whenever I open excel? I have set Excel application's property into maximizing window, but I get many excel files and shortcuts, which property are set into standard. I cannot individually set each file with maximizing window property, does anyone have any suggestions on how to do it? Thanks in advance for any suggestions Eric -- Dave Peterson . |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to maximize the Excel window? | Excel Discussion (Misc queries) | |||
window does not fully maximize in Excel | Excel Discussion (Misc queries) | |||
Can't maximize Excel window | Excel Discussion (Misc queries) | |||
Can't maximize the Excel window | Excel Discussion (Misc queries) | |||
Cannot maximize an existing workbook in the excel main window. | Excel Discussion (Misc queries) |