Cell Border Line Width

A

adam.grandy

Is it possible to specify the cell border line width using Excel 2002?

The "Border" tab in the "Format Cells" dialog box allows me to choose
predefined line widths but I need a width other than what is offered.
Is there a way to do this?

Thanks!

Adam
 
O

OJ

Not with the borders property...you are restricted to xlHairline,
xlThin, xlMedium, xlThick".......

You could *possibly* fake it with the AddLines method of the worksheet
but I wouldn't really want to try.....;o)

OJ
 
Top