 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
krisztian pinter Guest
|
Posted: Tue Sep 06, 2005 10:41 am Post subject: Re: Excel borders.. |
|
|
On Tue, 6 Sep 2005 13:07:07 +0200, Adrian Otelea <a.otelea (AT) eure (DOT) ro> wrote:
| Quote: | For inside borders?
Is impossible to use BorderAround property for each cells...
|
as always: record a macro, examine the VBA code
|
|
| Back to top |
|
 |
Mike Shkolnik Guest
|
Posted: Tue Sep 06, 2005 10:42 am Post subject: Re: Excel borders.. |
|
|
| Quote: | Is impossible to use BorderAround property for each cells...
yourRange.Borders.LineStyle := xlContinuous |
or
yourRange.Borders.Item[xlInsideVertical].LineStyle := xlContinuous;
yourRange.Borders.Item[xlInsideHorizontal].LineStyle := xlContinuous;
--
With best regards, Mike Shkolnik
EMail: [email]mshkolnik (AT) scalabium (DOT) com[/email]
http://www.scalabium.com
|
|
| Back to top |
|
 |
Adrian Otelea Guest
|
Posted: Tue Sep 06, 2005 11:07 am Post subject: Excel borders.. |
|
|
Hi all,
For outside borders i use this:
vWorksheet.Range['A1:E70'].BorderAround(xlContinuous,xlMedium,xlAutomatic);
For inside borders?
Is impossible to use BorderAround property for each cells...
Thanks,
Adrian
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|