AndrewDickens
MIS
Hi All,
I've been able to get BO VBA to automatically export a report to a .txt file after it's refreshed. (The output is used in Excel97)
Now I want to use a VBA macro in Excel97 to open BO and run the report and export it.
From the posts I've checked out, gave some VBA code to use in VBA applications, the first line being:
Dim BOApp As Busobj.Application
.
.
Now Excel stops right there, saying:
"Compile Error:
User defined type not defined"
Q1. Can you run BO from Excel???
Q2. What does this error msg mean???
cheers
AndyD
I've been able to get BO VBA to automatically export a report to a .txt file after it's refreshed. (The output is used in Excel97)
Now I want to use a VBA macro in Excel97 to open BO and run the report and export it.
From the posts I've checked out, gave some VBA code to use in VBA applications, the first line being:
Dim BOApp As Busobj.Application
.
.
Now Excel stops right there, saying:
"Compile Error:
User defined type not defined"
Q1. Can you run BO from Excel???
Q2. What does this error msg mean???
cheers
AndyD