Relative Content

Tag Archive for sql-serverexcelvbaoracle

Adding Column Names to Oracle SQL VBA Export

I wrote the following VBA code to connect to an Oracle SQL database and run a query, then export to a new Excel workbook. The query is returning the correct information, but is not returning the column headers. Any help is appreciated.