![]() |
#1
|
|||
|
|||
![]()
Hello All,
I have been spent hours and hours to find find out if I can draw a double line border for a cell of a table like below table.cell(row, column).border(1).style = 'double'. table.cell(row, column).border(2).style = 'double'. table.cell(row, column).border(3).style = 'double'. table.cell(row, column).border(4).style = 'double'. but I have not have have any luck? Your help would be grealty appreciated Hung Pham |
#2
|
|||
|
|||
![]()
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 |
#3
|
|||
|
|||
![]()
Hi JohnWilson,
Thank you so much for the sample codes. Please see the attachment for my detail reply. Thank you so much HP. pham_mn@yahoo.com |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
ZapoTeX | PowerPoint | 1 | 11-06-2012 02:03 AM |
![]() |
gsrikanth | Excel | 1 | 03-07-2012 05:50 AM |
That Annoying Double Line | fossa | Word | 2 | 11-10-2011 02:34 PM |
![]() |
msbytes | Word | 4 | 08-15-2011 09:21 AM |
![]() |
markg2 | Excel | 10 | 04-12-2011 05:05 PM |