Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #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.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 486
Default Concise border removal method

Range("E6:C10").Borders.LineStyle = xlLineStyleNone
--
HTH...

Jim Thomlinson


"XP" wrote:

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.

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
border on last cell of page effects border on beginning cell of ne GaryE Excel Discussion (Misc queries) 0 March 23rd 09 05:47 AM
Please post this thread a correct full method, method about Nast Runsome New Users to Excel 8 February 25th 08 03:29 PM
Please post this thread a complete correct method, method about te Nast Runsome New Users to Excel 0 February 23rd 08 09:42 PM
Make instructions clear, concise and in plain english. Jo Excel Discussion (Misc queries) 0 May 19th 06 03:31 AM
Changing the border of one cell s/n change the border of adjacent gjanssenmn Excel Discussion (Misc queries) 2 October 5th 05 08:35 PM


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

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

About Us

"It's about Microsoft Excel"