View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
nippetee nippetee is offline
external usenet poster
 
Posts: 7
Default Macro to delete un used styles in a workbook!

Try this:

ActiveWorkbook.Styles("stylename").Delete

this should do it...

"John" wrote:

Thanks. Any ideas


John