![]() |
|
#1
|
||||
|
||||
![]()
My fault, I sent you an unsaved earlier version
![]() The sub should be Code:
Sub ProcessRanges() Dim oStory As Range For Each oStory In ActiveDocument.StoryRanges DeleteEmptyRows oStory If oStory.StoryType <> wdMainTextStory Then While Not (oStory.NextStoryRange Is Nothing) Set oStory = oStory.NextStoryRange DeleteEmptyRows oStory Wend End If Next oStory Set oStory = Nothing End Sub
__________________
Graham Mayor - MS MVP (Word) (2002-2019) Visit my web site for more programming tips and ready made processes www.gmayor.com |
#2
|
|||
|
|||
![]()
It works perfect! Thank you gmayor!
|
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
braddgood | Word VBA | 15 | 10-02-2015 01:54 PM |
![]() |
vibor | Word VBA | 9 | 05-03-2015 05:42 AM |
![]() |
Bathroth | Word VBA | 1 | 10-01-2014 01:40 PM |
Creating VBA Code to Delete Empty Column in Table | Faugs | Word VBA | 5 | 08-07-2014 03:29 PM |
![]() |
ubns | Excel Programming | 2 | 08-14-2012 02:01 AM |