HTML > Excel inc set wordwrap

D

daveeade

I'm trying to get a HTML file to export into EXCEL, I've been able t
format & set the column widths for when the data populates, but can'
find out how to set the cell-format-properties = wordwrap for the tabe
- is this possible ??
:confused: &:
 
D

David McRitchie

Hi Dave,

Format (menu), alignment (tab), wrap text

Use the macro recorder to get the equivalent in VBA.
 
Top