auto formatting exported tables into a word doc

  • Thread starter Thread starter paul
  • Start date Start date
P

paul

Hello

I currently have a report that is produced on a web page. The report is
rendered in html tables. I have a function that allows you to export the
report into Word. It works and the report renders in a table within Word,
however it does not show the background colours on the table rows.

Is there a way of when exporting the report to word it automatically applies
background colours to the rows within Word?

I am using Word 2007

Thanks
 
Hello Paul
I currently have a report that is produced on a web page. The report is
rendered in html tables. I have a function that allows you to export the
report into Word. It works and the report renders in a table within Word,
however it does not show the background colours on the table rows.

Is there a way of when exporting the report to word it automatically applies
background colours to the rows within Word?

I am using Word 2007

for the programming aspect of the question, you're better off in one of
the .vba newsgroups.

What kind of background colors do you want your table cells to display?

Also, keep in mind that, while you are using Word 2007, whoever
downloads your report might use something (significantly) older ...

HTH
Robert
 
Back
Top