Can I code Styles
If I run into a situaton where I have an addin formatting cells to a
particular style:
ws.Column("D:D").style = "Currency"
and the workbook that is active at the time does not have that style, is it
possible to code the workbook or add the style to the workbook, prior to
running the rest of the macro?
|