View Single Post
 
Old 10-02-2015, 01:54 PM
macropod's Avatar
macropod macropod is offline Windows 7 64bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,466
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

Quote:
Originally Posted by jj511 View Post
the top 4 rows of each table are header/title rows and are only 1 cell each. The remaining rows in each table contain 6 cells each.
In that case, you could change:
For i = .Rows.Count To 1 Step -1
to:
For i = .Rows.Count To 5 Step -1
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote