Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to make each fourth vertical line thicker in Excel s
Message
From
14/12/2005 18:57:36
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
14/12/2005 16:38:11
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Environment versions
Visual FoxPro:
VFP 6
OS:
Windows 2000 SP4
Network:
Windows 2000 Pro
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01078050
Message ID:
01078087
Views:
52
>Hi all,
>
>If I have cells range like below:
>
>
>with oExcel
> .Range( "D3", .ActiveCell.SpecialCells(11).Select )
> ...
> ...
> Here I want make each fourth vertical line thicker - but how ?
> ...
>endwith
>
>TIA
>Regards, Gojko

In that range select every 4th column and set cells' right border to thick.Something like:
with yourRange.Colums(index).Cells.Borders(xlEdgeRight)
.Weight = xlThick
.LineStyle = xlContinous

Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform