I have a querytable that I'm trying to put on an excel sheet and then format the spreadsheet. But the formatting happens first then the table shows up. My coding goes like this.
Click Display
Call procedure to get data via ODBC
return to Click Display
call procedure to format table.
But everytime the formatting is done before the data is posted to my spreadsheet.
Help me, what am I missing.
Click Display
Call procedure to get data via ODBC
return to Click Display
call procedure to format table.
But everytime the formatting is done before the data is posted to my spreadsheet.
Help me, what am I missing.