ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Help with programmingBorders (https://www.excelbanter.com/excel-programming/400767-help-programmingborders.html)

al

Help with programmingBorders
 
How can I place Borders around indivedule cells in a range?

Liz

Help with programmingBorders
 
Example:

Range("your range").Borders.LineStyle = xlContinuous
--
Regards,


"Al" wrote:

How can I place Borders around indivedule cells in a range?


al

Help with programmingBorders
 
Thank you very much liz, it worked. I am also trying to lock the same range
for editing. I used allowedits = false but it did not work. could you help?
thanks
Al

"Liz" wrote:

Example:

Range("your range").Borders.LineStyle = xlContinuous
--
Regards,


"Al" wrote:

How can I place Borders around indivedule cells in a range?


Liz

Help with programmingBorders
 
Range("Your Range").Locked = True
--
Regards,


"Al" wrote:

Thank you very much liz, it worked. I am also trying to lock the same range
for editing. I used allowedits = false but it did not work. could you help?
thanks
Al

"Liz" wrote:

Example:

Range("your range").Borders.LineStyle = xlContinuous
--
Regards,


"Al" wrote:

How can I place Borders around indivedule cells in a range?



All times are GMT +1. The time now is 06:22 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com