Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
al al is offline
external usenet poster
 
Posts: 363
Default Help with programmingBorders

How can I place Borders around indivedule cells in a range?
  #2   Report Post  
Posted to microsoft.public.excel.programming
Liz Liz is offline
external usenet poster
 
Posts: 133
Default Help with programmingBorders

Example:

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


"Al" wrote:

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

  #3   Report Post  
Posted to microsoft.public.excel.programming
al al is offline
external usenet poster
 
Posts: 363
Default 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?

  #4   Report Post  
Posted to microsoft.public.excel.programming
Liz Liz is offline
external usenet poster
 
Posts: 133
Default 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?

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



All times are GMT +1. The time now is 06:16 PM.

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

About Us

"It's about Microsoft Excel"