G
Guest
A client requires that a column header in the spreadsheet I am creating be
called, specifically, "Cat #" for the purposes of their importer.
Using Access VBA I am doing a transfer spreadsheet from a query.
At the moment if I alias the column header in the query to "Cat #" it will
obviously appear as "Cat ." as it does not recognise the #.
There are 2 possible ways I could force the header name to be "Cat #".
Either from the query, if anyone knows how to get around this; or later using
vba worksheet.range.name.
Assistance/suggestions would be greatly appreciated.
called, specifically, "Cat #" for the purposes of their importer.
Using Access VBA I am doing a transfer spreadsheet from a query.
At the moment if I alias the column header in the query to "Cat #" it will
obviously appear as "Cat ." as it does not recognise the #.
There are 2 possible ways I could force the header name to be "Cat #".
Either from the query, if anyone knows how to get around this; or later using
vba worksheet.range.name.
Assistance/suggestions would be greatly appreciated.