Prevent Excel 2007 Image appearing on opening

User avatar
adam
SilverLounger
Posts: 2347
Joined: 23 Feb 2010, 12:07

Prevent Excel 2007 Image appearing on opening

Post by adam »

Hi Anyone,

I don’t know whether this might be possible in excel 2007, but just thought of asking.
Anyway my question is that; could the appearing of what is shown in the image be prevented through a VBA code so that it does not appear as the Excel 2007 opens for the particular workbook.

Any suggestion or help on this would be kindly appreciated.
Excel 2007.jpg
You do not have the required permissions to view the files attached to this post.
Best Regards,
Adam

User avatar
rory
5StarLounger
Posts: 817
Joined: 24 Jan 2010, 15:56

Re: Prevent Excel 2007 Image appearing on opening

Post by rory »

No, since the workbook is not open at that point.
Regards,
Rory

User avatar
stuck
Panoramic Lounger
Posts: 8176
Joined: 25 Jan 2010, 09:09
Location: retirement

Re: Prevent Excel 2007 Image appearing on opening

Post by stuck »

But you can disable the splash screen by adding the '/e' switch to your Excel shortcut:
"C:\Program Files\Microsoft Office\Office12\EXCEL.EXE" /e

Ken

User avatar
HansV
Administrator
Posts: 78484
Joined: 16 Jan 2010, 00:14
Status: Microsoft MVP
Location: Wageningen, The Netherlands

Re: Prevent Excel 2007 Image appearing on opening

Post by HansV »

If you're willing to open that particular workbook from a shortcut, it can be done. Create a shortcut with as Target:

"C:\Program Files\Microsoft Office\Office12\Excel.exe" "H:\Excel\MyWorkbook.xlsx" /e

substituting the path to Excel.exe and the path and name of the workbook.
Best wishes,
Hans

User avatar
adam
SilverLounger
Posts: 2347
Joined: 23 Feb 2010, 12:07

Re: Prevent Excel 2007 Image appearing on opening

Post by adam »

Thanks for the help guys. I do really appreciate that.
Best Regards,
Adam