Borders

  • Thread starter Thread starter Sandy
  • Start date Start date
S

Sandy

I know I can add a border to a cell like this
myCell.BorderAround LineStyle:=xlContinuous, Weight:=xlThin, _
ColorIndex:=xlColorIndexAutomatic

but how do I remove it?

Sandy
 
I know I can add a border to a cell like this
myCell.BorderAround LineStyle:=xlContinuous, Weight:=xlThin, _
ColorIndex:=xlColorIndexAutomatic

but how do I remove it?

Sandy

Sandy

Try

myCell.BorderAround LineStyle:=xlNone

Ken
 
It didn't work for me either - which is why I threw it out to you guys. Your
solution however does work Jim - thank you
Sandy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top