Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How can I determine if a cell has a right border or not ?
Thanks for a code. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
try this one liner
Sub ifrightborder() If ActiveCell.Borders(xlEdgeRight).LineStyle _ < xlLineStyleNone Then MsgBox "Hi" End Sub -- Don Guillett Microsoft MVP Excel SalesAid Software "PdeC" wrote in message ... How can I determine if a cell has a right border or not ? Thanks for a code. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|