Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 05-30-2018, 02:19 PM
d4okeefe d4okeefe is offline Normal template Footnote Separators Windows 10 Normal template Footnote Separators Office 2016
Advanced Beginner
Normal template Footnote Separators
 
Join Date: Apr 2013
Posts: 77
d4okeefe is on a distinguished road
Default Normal template Footnote Separators

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
... a line appears. I want to edit the length of that line. But I can't figure out what it is. Is it an inline shape? Or something else?

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
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
Normal template Footnote Separators Normal template - file name Begadoc Word 3 09-12-2016 08:07 PM
Normal template Footnote Separators normal.template ubns Word 2 05-11-2012 05:08 AM
Normal template Footnote Separators Replace the Normal.Dot Template 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

Other Forums: Access Forums

All times are GMT -7. The time now is 12:06 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft