Bullet textbox,VBA

E

Edward

Hi everybody,
I have created a textbox with bullet using VBA
with ActiveWindow.Selection.TextRange.ParagraphFormat
.Bullet.Font.Name = "Wingdings"
.Bullet.Character = 110
end with
but this is only for the first level I can't find a way to access level 2
and level 3 and apply different bullets in my text ( to create something like
regular bodytext placeholder which works with different bullete in each level
)
Any suggestions?
 
D

David Marcovitz

It's been a while since I've played with this, but I seem to recall this
being harder than it should be. If I recall correctly, you actually need
to have the text in place before it will let you adjust the bullet
information for sub-bullets.
--David
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top