edit: nevermind, I found a way to do it. I will post my answer as a separate post.
I have a continuous form containing multiple records. I would like to be able to export all record information on the form into an Excel worksheet named "RawData", where the Excel file is at some static location.
I tried Docmd.OutputTo, but that replaces all content with a single sheet containing the form records, and Docmd.TransferSpreadsheet seems to only import the text "F1" in cell A1 (dunno why). Maybe I am using them wrong?