Hi Bob, this is what I have at the moment:
Dim stDocName As String
stDocName = "rptAvailabilityExport"
DoCmd.SendObject acReport, stDocName
I just tried to add , acFormatXLS so it reads
DoCmd.SendObject acReport, stDocName, acFormatXLS
But I get a warning saying no such format :(