![]() |
#1
|
|||
|
|||
![]()
Hi everyone, I use a File Options macro to set Word Options. Any ideas welcome.
Think I have my answer use Set Compatibility Options works for the below options: I currently set the other Options I require using: Sub FileOptions_User2() Application.ScreenUpdating = False Call ToolsOptionsView Call ToolsOptionsEdit Call ToolsOptionsSave Call ToolsOptionsTrackChanges Call ToolsAutocorrect End Sub I can't figure out how to call the layout options in VBA. Has anyone done the Layout options with VBA? Sub ToolsLayout() With .Options .wdSuppressBottomSpacings = False .wdExpandShiftReturn .wdSuppressTopSpacing -False .wdNoSpaceForUL = False .wdSuppressSpBfAfterPgBrk = False End With End Sub Thank you. |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
ldoodle | Word VBA | 2 | 11-01-2018 01:20 PM |
Why is my document lose its layout when saving from MS Word 2010 to MS Word 2016 Format | qadeerahmed | Word | 1 | 07-17-2017 04:59 AM |
New Master doesn't show up in my layout options | LadyBug679 | PowerPoint | 0 | 02-17-2017 10:44 AM |
![]() |
BriMercer | Word | 4 | 11-10-2009 11:00 AM |
![]() |
ehrenben | Word | 1 | 04-29-2009 02:27 PM |