Hi,
I am trying to use something along the lines of
to create a tabstop in word and then change it to a Right Tab from the default tab alignment. I am not having any luck. I know this is trivial but I am not having success. Any help is appreciated.
Thanks
I am trying to use something along the lines of
Code:
oWord.Selection.ParagraphFormat.TabStops.Add(0.75 * 72)
oWord.Selection.ParagraphFormat.TabStops.Add.Alignment = 2
Thanks