Search Results

0
votes
2answers
181 views

Word VBA Tabstop Problem

Hello, 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 doc. …