Hi Everyone,
Am back again with font & page setup problem .
I have recorded the macro to modify the page setup for whole document and font size(except for tables) and when I tried to use them in the script it was giving an error.
I have included following lines in my script,
(e.g)
With ActiveDocument.PageSetup
.LeftMargin = InchesToPoints(1)
.RightMargin = InchesToPoints(1)
End With
am I missing any thing?
Am back again with font & page setup problem .
I have recorded the macro to modify the page setup for whole document and font size(except for tables) and when I tried to use them in the script it was giving an error.
I have included following lines in my script,
(e.g)
With ActiveDocument.PageSetup
.LeftMargin = InchesToPoints(1)
.RightMargin = InchesToPoints(1)
End With
am I missing any thing?