![]() |
#10
|
||||
|
||||
![]()
Actually, instead of changing:
If bDel = True Then .Delete to: If bDel = True And i > 1 Then .Delete it would be more efficient to change: For i = .Rows.Count To 1 Step -1 to: For i = .Rows.Count To 2 Step -1
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Another Case of Automatic/Zombie Formatting of Tables | MKummerfeldt | Word Tables | 0 | 10-31-2011 10:40 AM |
Splitting multiple pages using macro | F5JASON | Excel Programming | 0 | 07-27-2011 08:22 AM |
Selecting the macro document | lars | Word VBA | 0 | 08-19-2010 06:06 AM |
Whacked formatting in tables (2007) | Roscoe | Word Tables | 6 | 06-11-2010 02:48 PM |
![]() |
AlexPaoletti | Word Tables | 2 | 05-18-2010 01:17 AM |