I'm running Excel 2010 and want to start a workbook (with forms & macros) without showing the standard Excel window. What I'd like is to be able to double-click the workbook and have it start by just displaying one of my forms. This works fine by placing a frmMyHomeForm.show command into Workbook_Open(), but I still get the standard Excel app window in the background. Are there any property settings or method calls on the application object (or others?) that would allow me to tell Excel not to display the standard window?
Thanks,
Chris
Thanks,
Chris