![]() |
#1
|
|||
|
|||
![]()
I'm using Word 2016. How can I change the footnote separator (and continuation separator) with VBA?
When the separator is reset with the following ... Code:
ActiveDocument.Footnotes.ResetSeparator Do I have to delete that line and create my own? If so, it would be helpful to know how to recreate a horizontal line with similar properties. Right now I have: Code:
Dim horiz_line As InlineShape d.Footnotes.separator.Style = "Footer" Set horiz_line = d.Footnotes.separator.InlineShapes.AddHorizontalLineStandard horiz_line.HorizontalLineFormat.NoShade = True horiz_line.HorizontalLineFormat.WidthType = wdHorizontalLineFixedWidth horiz_line.HorizontalLineFormat.Alignment = wdHorizontalLineAlignLeft horiz_line.Width = PicasToPoints(5) horiz_line.Height = 0.65 horiz_line.Shadow.ForeColor.RGB = 0 horiz_line.Borders.OutsideLineStyle = wdLineStyleSingle |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
Begadoc | Word | 3 | 09-12-2016 08:07 PM |
![]() |
ubns | Word | 2 | 05-11-2012 05:08 AM |
![]() |
DoctorT | Word | 3 | 12-22-2011 07:05 AM |
normal template does not exist | nwhittak | Word | 1 | 10-19-2010 07:01 AM |
Pasting into 'Normal' template | llanelliboy | Word | 0 | 01-29-2009 11:28 PM |