Set r= .item("msds").Range
'Use Chr(168) for empty box, so they will look similar
r.Text = Chr(254) & " Material Safety Data Sheets Required (2 copies)"
r.characters.first.font.name="wingdings"

Signature
Please reply to NG only. This email is not monitored.
Alex.
> Inserting a graphic into a text line at a bookmark
>
[quoted text clipped - 25 lines]
>
> Unfurtunely I can't figure out how do do either. Anybody have any hints.
Tom Ross - 30 Nov 2004 17:14 GMT
Thanks Alex
> Set r= .item("msds").Range
> 'Use Chr(168) for empty box, so they will look similar
[quoted text clipped - 30 lines]
> >
> > Unfurtunely I can't figure out how do do either. Anybody have any hints.