G
Glenn
Hello,
I am running the following code unsuccessfully. I do have the Excel
object library loaded from the Tools, Reference menu selection in
VBE so I'm not sure what is crashing. Also, if I start MS Project and
open the VBE and load the Excel object library, I can sucessfully
launch MS Project from Excel's VBE by replacing Excel.exe with
Winproj.exe
Any ideas??
Sub OpenExcel()
AppExecute Command:="Excel.exe"
End Sub
I am running the following code unsuccessfully. I do have the Excel
object library loaded from the Tools, Reference menu selection in
VBE so I'm not sure what is crashing. Also, if I start MS Project and
open the VBE and load the Excel object library, I can sucessfully
launch MS Project from Excel's VBE by replacing Excel.exe with
Winproj.exe
Any ideas??
Sub OpenExcel()
AppExecute Command:="Excel.exe"
End Sub