Send Object Output Format

T

Tom Ross

Hi.

I cannot figure out how to sepcify an Excel type file as output in the
sendobject action. I tried "Microsoft Excel" and "*.xls" but neither
worked. The help tells what options are available but not how to indicate
the type. Are there vb or ac constants?

Tom
 
R

Rick Brandt

Tom Ross said:
Hi.

I cannot figure out how to sepcify an Excel type file as output in the
sendobject action. I tried "Microsoft Excel" and "*.xls" but neither
worked. The help tells what options are available but not how to indicate
the type. Are there vb or ac constants?

acFormatXLS
 
Top