Macro to 'Analyze in Excel'

R

RFJ

I've got a series of reports - lets call them "Report 1" and "Report 2" that
I'd like to automate in terms of producing excel spreadsheets of the same
report name.

I can do it manually and individually via the 'Analyze It' command in the
report preview window. I can get so far with my macro to open this report
preview window but is there a command I can then use to create then create
each spreadsheet - including the command to overwrite any previous version

TIA to the SKS's who help.

Rob
 
C

Colin

To automate this create a new macro

Select action "Output to"

Select object type "Report"
Select object name "Report 1 "etc
Select Output Format Microsoft excel
Output File Leave blank so that you can name the output
file and the location to which you want to save it
Auto Start select Yes

I hope that this is useful

Rgds Colin
 
R

RFJ

Colin,

Excellent and thanks <G>

Do you know if I can automate getting round the message "xyz file already
exists. Do you want to replace it.".

I always do want to replace it.

Rob
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top