• 0

Bolding Address in Labels w/ Word Automation?


Question

Howdy again,

 

I have a new problem.

Is there a way to add line breaks and add formating to the Address in the Mailing Label create function in Word Automation? I have only 3 lines I need to create, but the first line may or may not be bold (chosen by user).

I know inside Word you can right click the Address and bold it, etc.

 

This is in a VB.NET program using Office Automation (like VBA)

ActiveDoc = oWord.Application.MailingLabel.CreateNewDocumentByID(labelID:=AveryType, address:="The Text")

Many thanks as always guys!

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

In case anyone passes thru this, I went another direction and just did a Find and Replace in Code to bold what I needed to.

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.