Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to make each fourth vertical line thicker in Excel s
Message
De
14/12/2005 18:57:36
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
14/12/2005 16:38:11
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Versions des environnements
Visual FoxPro:
VFP 6
OS:
Windows 2000 SP4
Network:
Windows 2000 Pro
Database:
Visual FoxPro
Divers
Thread ID:
01078050
Message ID:
01078087
Vues:
50
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform