View Single Post
 
Old 06-25-2016, 05:31 AM
NevilleT NevilleT is offline Windows 7 64bit Office 2003
Novice
 
Join Date: Mar 2015
Posts: 29
NevilleT is on a distinguished road
Default

This is the code I am using to set the line.

Selection.ParagraphFormat.LeftIndent = InchesToPoints(1.4) ' Set the value of the indent
Selection.InlineShapes.AddHorizontalLineStandard ' Add the line
Reply With Quote