Hi!
Please, I would like to know if it is possible to export data from Access to an Excel file using
DoCmd.SendObject acSendQuery, "qryName", acFormatXLS, _
cboRecipient, , , "Subject Line", _
"Dear " & cboRecipient & ":" & Chr(10) & _
"Comment to recipient" & _
Chr(10) & Chr(10) & _
"Thanks," & _
Chr(10) & _
cAuthor
but somehow alter the default of the file exported to Excel, such that the top row of the exported file (the header row) is not shaded grey? I think this must be the default setting when exporting queries. This is a user request...apparently the exported grey top row blends in with Excel's grey columns (A,B,C,etc..) and some of the recipients don't realize the top row is a header.

Goofy huh!?! In any case, can anyone help me find a way to make the recipients happier? Any help would be greatly appreciated.
Thank you so much in advance