View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
XP XP is offline
external usenet poster
 
Posts: 389
Default Concise border removal method

Hello, I am using Office 2003 on Windows XP.
I am trying to come up with a concise way of removing all borders from a
range of cells. Something like the following, but this generates an error:

[C6..E10].BorderAround LineStyle:=xlLineStyleNone

I'd really rather not have to individually set every single border to none.
But, is that the only way? Could someone please post an easier method?

Thanks much in advance.