View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Wired Hosting News Wired Hosting News is offline
external usenet poster
 
Posts: 8
Default 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?