O
omsoft
I run the following code from Access when a button is clicked.
Set xlApp = New Excel.Application
With xlApp
.Visible = True
Set xlWB = .Workbooks.Open("c:\docs\prototype\PFA
Model.xls", , False)
End With
When Excel is launched, it runs a bunch of code to do some calculations in
ThisWorkbook. In ThisWorkbook, I check for a boolean value in a table to see
if Excel is being invoked from Access (if true, Excel is standalone).
The question is how do I debug both app? I can not seem to get control in
Excel when it opens the file.
Thanks.
Set xlApp = New Excel.Application
With xlApp
.Visible = True
Set xlWB = .Workbooks.Open("c:\docs\prototype\PFA
Model.xls", , False)
End With
When Excel is launched, it runs a bunch of code to do some calculations in
ThisWorkbook. In ThisWorkbook, I check for a boolean value in a table to see
if Excel is being invoked from Access (if true, Excel is standalone).
The question is how do I debug both app? I can not seem to get control in
Excel when it opens the file.
Thanks.