J
Jay
I'm using a Sub to set the paragraphs alignment to (eg) Justified. I
get a "Automation type not supported in Visual Basic" error on the
first line (beginning with"Sub") of the following code. I'm using Word
97. How do I fix this?
Sub SetStyle(Align As WdParagraphAlignment)
ActiveDocument.Styles("Normal").ParagraphFormat.Alignment = Align
End Sub
get a "Automation type not supported in Visual Basic" error on the
first line (beginning with"Sub") of the following code. I'm using Word
97. How do I fix this?
Sub SetStyle(Align As WdParagraphAlignment)
ActiveDocument.Styles("Normal").ParagraphFormat.Alignment = Align
End Sub