View Single Post
 
Old 04-24-2012, 08:31 AM
SCMiller SCMiller is offline Windows Vista Office 2007
Novice
 
Join Date: Apr 2011
Posts: 4
SCMiller is on a distinguished road
Default

I figured it out. All I needed to add was:

Code:
.Range.Style = "Diagram"
My problem was that I added this style to the document I was working from, but it was not added to the Normal.dotc and so the new document didn't have this style available.
Reply With Quote