Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 02-27-2017, 01:30 AM
gmayor's Avatar
gmayor gmayor is offline Delete Empty Table Rows Windows 10 Delete Empty Table Rows Office 2016
Expert
 
Join Date: Aug 2014
Posts: 4,144
gmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud of
Default

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
Reply With Quote
  #2  
Old 02-27-2017, 04:23 AM
cltay87 cltay87 is offline Delete Empty Table Rows Windows 7 32bit Delete Empty Table Rows Office 2010 32bit
Novice
Delete Empty Table Rows
 
Join Date: Feb 2017
Posts: 7
cltay87 is on a distinguished road
Default

It works perfect! Thank you gmayor!
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Delete Empty Table Rows Macro to delete all empty rows from all tables braddgood Word VBA 15 10-02-2015 01:54 PM
Delete Empty Table Rows Delete row with empty cel in a table vibor Word VBA 9 05-03-2015 05:42 AM
Delete Empty Table Rows Delete All empty Rows - Print - Undo all Rows deleted 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
Delete Empty Table Rows Macro to delete rows with all empty cells ubns Excel Programming 2 08-14-2012 02:01 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 04:19 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