#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Rightborder

How can I determine if a cell has a right border or not ?
Thanks for a code.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,124
Default Rightborder

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 05:35 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"