View Single Post
 
Old 10-21-2014, 01:18 PM
JohnWilson JohnWilson is offline Windows 7 64bit Office 2010 32bit
Programmer
 
Join Date: Nov 2008
Location: UK
Posts: 1,914
JohnWilson has a spectacular aura aboutJohnWilson has a spectacular aura about
Default

If otbl is a ref to a table

Code:
With otbl.Cell(2, 1).Borders(ppBorderBottom)
.Visible = True
.Weight = 3
.ForeColor.RGB = vbBlack
.Style = msoLineThinThin
End With
__________________
Microsoft PowerPoint MVP 2007-2023
Free Advanced PowerPoint Tips and Tutorials
Reply With Quote