+ Reply to Thread
Results 1 to 2 of 2

How do I change the thickness of a border (3 sizes is not enough)

  1. #1
    durbien
    Guest

    How do I change the thickness of a border (3 sizes is not enough)

    I need to copy a table into an AutoCAD drawing and have the lineweights of
    the table match a previously drawn line. The three thicknesses of lines given
    in the Borders toolbar are not enough - I need to access the thicknesses in
    the Line Style list - how do I do this?

  2. #2
    Bernie Deitrick
    Guest

    Re: How do I change the thickness of a border (3 sizes is not enough)

    Durbien,

    There are only 4 available line weights for line weight for borders. If you
    want heavier, then you will need to draw your own lines over the borders and
    use code like

    ActiveSheet.Shapes.AddLine(Range("A10").Left, _
    Range("A10").Top, Range("F10").Left, _
    Range("F10").Top).Select
    Selection.ShapeRange.Line.Weight = 5#

    To put a heavy line above A10:E10.

    HTH,
    Bernie
    MS Excel MVP



    "durbien" <[email protected]> wrote in message
    news:[email protected]...
    >I need to copy a table into an AutoCAD drawing and have the lineweights of
    > the table match a previously drawn line. The three thicknesses of lines
    > given
    > in the Borders toolbar are not enough - I need to access the thicknesses
    > in
    > the Line Style list - how do I do this?




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1