XLS export

D

Dan @BCBS

Life would be so good if::
"DoCmd.openform" as you know, will open the form, based on the previous code..
Is there a way to say "DoCmd(output results in xls format)" ?????
 
K

Klatuu

Look in VBA Help for DoCmd.TransferSpreadsheet. It will accept variables for
all it's arguments.
 
Top