How to insert bullet in word document through Visual Basic code.

Showing Answers 1 - 1 of 1 Answers

chidambaram

  • Feb 7th, 2007
 

Hi,In VB App. should be have MS-Word App as object. We have to call word object in vb and start using the word functions and word command in the vb. sample coding give below:for example code:Wordapp.ListGalleries(wdNumberGallery).ListTemplates(1).ListLevels(1).StartAt = 1Wordapp.Selection.Range.ListFormat.ApplyListTemplate ListTemplate:=ListGalleries( _ wdNumberGallery).ListTemplates(1), ContinuePreviousList:=False, ApplyTo:= _ wdListApplyToWholeList, DefaultListBehavior:=wdWord10ListBehaviorRegards,Chidambaram

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions