A
Andrew Price
Am fairly new to excel programming,
I am passing in a HTML file to Excel using Style guidelines.
<style>
<!--table
@page
{mso-header-data:"&CMultiplication Table\000ADate\: &D\000APage &P";
mso-page-orientation:landscape;}
br
{mso-data-placement:same-cell; mso-word-wrap:true;}
-->
</style>
Does anyone know the syntax or even if it possible to globally set the cells
so that the format is
FormatCells.Alignment.TextAlignment.vertical = top
FormatCells.Alignment.TextControl.wordwrap = true
set in the HTML style tags as above.
Thanks in advance
Andrew
I am passing in a HTML file to Excel using Style guidelines.
<style>
<!--table
@page
{mso-header-data:"&CMultiplication Table\000ADate\: &D\000APage &P";
mso-page-orientation:landscape;}
br
{mso-data-placement:same-cell; mso-word-wrap:true;}
-->
</style>
Does anyone know the syntax or even if it possible to globally set the cells
so that the format is
FormatCells.Alignment.TextAlignment.vertical = top
FormatCells.Alignment.TextControl.wordwrap = true
set in the HTML style tags as above.
Thanks in advance
Andrew