XLS export

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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)" ?????
 
Look in VBA Help for DoCmd.TransferSpreadsheet. It will accept variables for
all it's arguments.
 
Back
Top