Tagged Questions

0
votes
2answers
598 views

Word VBA Tabstop Problem

I have the following VBA code Private Sub CreateQuery_Click() Dim doc As Document Dim i As Integer Set doc = ActiveDocument i = doc.Paragraphs.Count ...