S
software
Hi,
I am having a problem automating excel on a machine where a user is
actively using excel. From my chosen programming application i can
createobject("excel.application") and this works create, but I want to
keep this instance of excel and the one the user might instigate by
loading a spreadsheet seperate. I have initially achieved this by
modifiying the file assocation so that excel behaves more like word
when opening a file. i.e. that each spreadsheet opens in its own
instance of excel.
This in itself has raised more issues, so I want to explore an
alternative. Is it possible for me to duplicate the excel.exe to say
myexcel.exe and modifiy or create a new registry entry so that either
issuing createobject("excel.application") or
createobject("myexcel.application") would use the 2nd duplicated exe
leaving the original excel.exe to work as microsoft intended ???
TIA
Chris.
I am having a problem automating excel on a machine where a user is
actively using excel. From my chosen programming application i can
createobject("excel.application") and this works create, but I want to
keep this instance of excel and the one the user might instigate by
loading a spreadsheet seperate. I have initially achieved this by
modifiying the file assocation so that excel behaves more like word
when opening a file. i.e. that each spreadsheet opens in its own
instance of excel.
This in itself has raised more issues, so I want to explore an
alternative. Is it possible for me to duplicate the excel.exe to say
myexcel.exe and modifiy or create a new registry entry so that either
issuing createobject("excel.application") or
createobject("myexcel.application") would use the 2nd duplicated exe
leaving the original excel.exe to work as microsoft intended ???
TIA
Chris.