I’m using SQL in VBA to populate a spread sheet, but when I do this I get the data including the column headers. I am trying to find away to pull just the information out and no column names.
For example,
id name job
0 Tom Repair
1 Bob Tech
instead I want,
0 Tom Repair
1 Bob Tech
I’m not sure that you can have no column headers… Note: this is mysql, not sure about your dbms, but this is the closest I got: