Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 10-03-2013, 02:25 PM
hummus_it hummus_it is offline Adding a border to every nth row of a word table Windows 7 64bit Adding a border to every nth row of a word table Office 2013
Novice
Adding a border to every nth row of a word table
 
Join Date: Oct 2013
Posts: 3
hummus_it is on a distinguished road
Default Adding a border to every nth row of a word table

Hi All,



I found some very helpful code on this forum to edit add borders to a table in word via vba.

Now, I'd like to tweak that code to add a horizontal border to only every nth row. If possible, i'd like to even specify at which row after the top border to start counting.

Here is my code:
Code:
Sub modifyactivetable()
Dim oTbl
With ActiveDocument
  Set oTbl = Selection.Tables(1)
  With oTbl
    .Borders(wdBorderTop).LineStyle = wdLineStyleSingle
    .Borders(wdBorderLeft).LineStyle = wdLineStyleSingle
    .Borders(wdBorderBottom).LineStyle = wdLineStyleSingle
    .Borders(wdBorderRight).LineStyle = wdLineStyleSingle
    .Borders(wdBorderHorizontal).LineStyle = wdLineStyleSingle
    .Borders(wdBorderVertical).LineStyle = wdLineStyleSingle
    '.Borders(wdBorderDiagonalDown).LineStyle = wdLineStyleSingle
    '.Borders(wdBorderDiagonalUp).LineStyle = wdLineStyleSingle
  End With
End With
Set oTbl = Nothing
End Sub
I'd like to modify the horizontal line statement so that it only takes hold for every other row.
Reply With Quote
 

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Adding a border to every nth row of a word table Aligning Page Border with Table border without losing formatting :mad: l39linden Word Tables 5 10-04-2013 02:06 AM
Adding a border to every nth row of a word table Excel vba adding field in word table/shape in a header Hdr Excel 1 02-04-2013 04:40 PM
"First column" in word table page break border mj1856 Word Tables 1 04-25-2012 03:21 AM
Adding a border to every nth row of a word table adding rows to word table hklein Word VBA 4 07-18-2011 12:21 AM
Adding a border to every nth row of a word table Table Border The Ink Monitor Word Tables 4 03-03-2011 09:17 AM

Other Forums: Access Forums

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