View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
michdenis michdenis is offline
external usenet poster
 
Posts: 135
Default How can I access the "style" definitions in my Add-in?

I did not test. Effectively, it does not work. So, your response is appreciated.

Thanks.


"Dave Peterson" a écrit dans le message de groupe de
discussion : ...
And watch your double quotes, too.

But even with those corrections, this didn't work for me.

michdenis wrote:

Styles with a S

Range("A4").Style="Workbooks("FileName.xla").Style s("myStyle")



--

Dave Peterson