create macro to send report to word perfect

S

SHD

I there a way to create a macro that will send data such as a report to
automatically open in another program, like excel, word or word perfect?

If not a macro a stored procedure or visual basic ?
 
S

Steve Schapel

SDH

You can use an OutputTo action in a macro to export to RTF or XLS file
(but not WordPerfect). In the macro arguments, you can set the Auto
Start argument to Yes, which will then open the other program as you
require.
 
A

Andrew

Hi Steve,

is it also possible that a transform data in an excel
table this is located in an powerpoint sheet?
if yes, how?
 
Top