Opening multiple excel files

ajg1978

New Member
Joined
Jul 27, 2011
Messages
1
Hi
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p> </o:p>
Have a query on Excel 2007 I am hoping you can help me with. I often have the need for 2 instances of Excel to be running on seperate screens. When I open the various spreadsheets they all open up in just one instance of Excel (it appears to be whichever one was opened first). I would like to be able to determine which instance of Excel a certain spreadsheet opens in, do you know if there is a way of doing this?
<o:p> </o:p>
I know I could go to that instance and use file>open etc but most of the spreadsheets I use are desktop shortcuts to save me navigating to a deep folder directory.
<o:p> </o:p>
Thanks in advance.
<o:p> </o:p>
Adam
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
Your shortcuts are probably links to the actual excel file, which would be the same as doubleclicking on that file itself which defaults to the first instance of excel.

For example the shortcut would be:
C:\x\Book2.xlsx

You need to manually set up your shortcuts to open a new instance of Excel, but open with that workbook open, like so:
"C:\Program Files\Microsoft Office\Office12\EXCEL.EXE" C:\x\Book1.xlsx

Or Multiple workbooks:
"C:\Program Files\Microsoft Office\Office12\EXCEL.EXE" C:\x\Book1.xlsx C:\x\Book2.xlsx

Hope that helps!
 
Upvote 0

Forum statistics

Threads
1,224,599
Messages
6,179,827
Members
452,946
Latest member
JoseDavid

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top