M
Michael Cross
Hello NG,
I develop an small COM Add-In for Microsoft Office with Visual Basic
..NET.
With .NET I can start a new process by defining
Dim myProcess As New Process
and using the start-function of this object.
myProcess.Start = ("C:\myExcelSheet.XLS")
Is the Add-In running in a different office application as Excel, it
will start the new Excel process with the loaded Excel sheet.
But if I start the process in an Add-in loaded into excel, the process
will not start.
Does anybody know how to resolve this problem?
Any help is greatly appreciated.
Kind regards,
Michael
I develop an small COM Add-In for Microsoft Office with Visual Basic
..NET.
With .NET I can start a new process by defining
Dim myProcess As New Process
and using the start-function of this object.
myProcess.Start = ("C:\myExcelSheet.XLS")
Is the Add-In running in a different office application as Excel, it
will start the new Excel process with the loaded Excel sheet.
But if I start the process in an Add-in loaded into excel, the process
will not start.
Does anybody know how to resolve this problem?
Any help is greatly appreciated.
Kind regards,
Michael