Hi All I am trying to export a query to an pre-existing spreadsheet. I am new to VBA and when I implement the following code nothing happened. Please let me know what I am doing wrong Thanks!
Option Compare Database
Public Function Sheet(strTQName As String, strSheetName As String)
Dim...