output to a formated excel sheet

  • Thread starter Thread starter SF
  • Start date Start date
S

SF

Hi,

I have a simple query contain several column as below:

Province Project type Number
AAAAA Received 3
AAAAA Approved 1

How can I export this to an excel sheet with a formatted column by joining
the AAAAA province together in one single row and keep the project type as
such or any export to excel need to be manually formatted?

SF
 
You have two issues. First, the joining of the province records into a
single row. You can use a crosstab query to do this.

Next, the exporting can be done with transferspreadsheet, but you can save a
macro, in Excel, to do other formatting, like Bold, Italics, etc.
 
You mean macro in Excel?

SF

[MVP] S.Clark said:
You have two issues. First, the joining of the province records into a
single row. You can use a crosstab query to do this.

Next, the exporting can be done with transferspreadsheet, but you can save
a macro, in Excel, to do other formatting, like Bold, Italics, etc.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top