![]() |
Getting rid of one side a border?
In various sheets all based on the same 'look', cell M2 on
sheet named "Single" sometimes has a left hand border. How can I get rid of this using code? |
Getting rid of one side a border?
Sheets("Single").Range("M2").Borders(xlEdgeLeft).L ineStyle = xlNone
Cheers Nigel "Shaun Allan" wrote in message ... In various sheets all based on the same 'look', cell M2 on sheet named "Single" sometimes has a left hand border. How can I get rid of this using code? |
Getting rid of one side a border?
EXCELLENT! Thank you!
-----Original Message----- Sheets("Single").Range("M2").Borders (xlEdgeLeft).LineStyle = xlNone Cheers Nigel "Shaun Allan" wrote in message ... In various sheets all based on the same 'look', cell M2 on sheet named "Single" sometimes has a left hand border. How can I get rid of this using code? . |
All times are GMT +1. The time now is 12:29 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com