Guest User

Untitled

a guest
Jan 23rd, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. oDoc.Paragraphs.Add() '17
  2. iStartIndex = oDoc.Paragraphs.Count
  3. oDoc.Paragraphs.Last.Range.Text = strUmfang
  4. iEndIndex = oDoc.Paragraphs.Count
  5.  
  6. oDoc.Range( Start := oDoc.Paragraphs(iStartIndex).Range.Start, End :=
  7. oDoc.Paragraphs.Last.Range.End ).Select()
  8.  
  9. Selection.Range.ListFormat.ApplyBulletDefault
  10.  
  11. Selection.Style = ListGalleries.Item(3).ListTemplates(1).ListLevels(1).LinkedStyle
Add Comment
Please, Sign In to add comment