I need to type some text including a bullet point in a cell of a table, how
can I specify the bullet point in the code?

thanks,

Lily

RE: How to type a bullet point from vba? by john

john
Thu May 08 14:02:12 CDT 2008

Try setting Shape.TextFrame.TextRange.ParagraphFormat.Bullet to msoTrue for
the relevant Cell
--
-------------------------------------------
Amazing PPT Hints, Tips and Tutorials

http://www.PPTAlchemy.co.uk
http://www.technologytrish.co.uk
email john AT technologytrish.co.uk


"Lily" wrote:

> I need to type some text including a bullet point in a cell of a table, how
> can I specify the bullet point in the code?
>
> thanks,
>
> Lily