Recent content by Kmathieu

  1. K

    Exporting Multiple queries to an existing excel file.

    Hi Minty, This did work, thanks! Now i am trying to format the sheet.
  2. K

    Exporting Multiple queries to an existing excel file.

    Thank you Isaac, I will give it a shot.
  3. K

    Exporting Multiple queries to an existing excel file.

    I just saw it. I will give it a go. I will let you know how it turns out! Thanks you! Kal
  4. K

    Exporting Multiple queries to an existing excel file.

    I meant send or export multiple queries to the workbook. Thanks
  5. K

    Exporting Multiple queries to an existing excel file.

    Thank you! sounds like a good place to start. The goal is to multiple sheets to the workbook. Can you please tell me if the below make sense? Private Sub exportToXl_Click() Dim Xlapp As Object Dim Xlbook As Object Dim Xlsheet As Object Dim Xlrange As Object Dim...
  6. K

    Exporting Multiple queries to an existing excel file.

    Hi Isaac, Thank you for taking the time to respond. I have a excel workbook and i am trying to export queries that i have built in MS access to the existing workbook. I would like to export the queries using VBA. I would also like to be able to create specific sheets within the workbook where...
  7. K

    Exporting Multiple queries to an existing excel file.

    Hi All, I am using the latest MS Access and i am trying to exporting 10 queries to a file that i created using VBA. I would really appreciate the help. Thanks, Kalech
Back
Top Bottom