Search results

  1. B

    Need some help with code exporting queries to specific excel sheets?

    Export multiple queries to multiple excel sheets. Option Compare Database Private Sub Command11_Click() ' ______________________________________________________________________ ' EXPORTS "BLOCK COUNT (FILTERED)" QUERY TO EXCEL SHEET1 Dim rst As DAO.Recordset Dim ApXL As Object Dim...
  2. B

    How to write VBA for monthly exporting of queries?

    I can export reports to excel with no problem. However, every time before I export the monthly reports, I have to go through all my filters in my queries and change them to the previous month so all of the data filters accordingly and then export the queries again. How can I get my code to...
  3. B

    Can a Macro export access report to specific excel sheet?

    I need to export the data into an existing excel sheet and have it overwrite the data that is already there (because these are monthly reports). I have searched around and everyone keeps referring to VBA, but I know basically nothing about it, so can I do this by using a simple macro? If I...
Back
Top Bottom