Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Good morning,
I looking for a way to open a work book by clicking on it's existing icon or it's shortcut of MYWORKBOOK and have it open in a new session of EXCEL even if an other workbook is already opend. The reson is that this particular workbook has an auto auto macro that edits that when EXCEL looks and I don't wish for any existing opened workbook to by modified also. So what I need is a command or a property of some kind what defines MYWORKBOOK so that when it is called to be opened, it opens in a new session of EXCEL and is independant of the fist one that is running regards MD |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
What I've found so far is that I can put in the properties / target of the
icon the command to start the application EXCEL "C:\Program Files\Microsoft Office\Office10\EXCEL.EXE" and then put a space and then I put the destination of my file C:\MyFile.xls This will work but the only problem is the version issue. If the user does not have Office10 then the command is no good!!! "MD" wrote in message ... Good morning, I looking for a way to open a work book by clicking on it's existing icon or it's shortcut of MYWORKBOOK and have it open in a new session of EXCEL even if an other workbook is already opend. The reson is that this particular workbook has an auto auto macro that edits that when EXCEL looks and I don't wish for any existing opened workbook to by modified also. So what I need is a command or a property of some kind what defines MYWORKBOOK so that when it is called to be opened, it opens in a new session of EXCEL and is independant of the fist one that is running regards MD |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro to run RDP session | Excel Discussion (Misc queries) | |||
Startup and template locations in Citrix TS session and local session | Setting up and Configuration of Excel | |||
Locking(?) an excel session | Excel Programming | |||
New Workbook New Session | Excel Programming | |||
How to Close Telnet Session using VBA | Excel Programming |