+ Reply to Thread
Results 1 to 3 of 3

.AddShape(Type, Left, Top, Width, Height)

  1. #1
    AA2e72E
    Guest

    .AddShape(Type, Left, Top, Width, Height)

    The Left, Top, Width & Height arguments are measurd in points. In Excel, a
    shape can resize with the cell it is in.

    How can I establish the the size/location of a cell in points so that I can
    add a shape of percisely the same dimensions?

  2. #2
    AA2e72E
    Guest

    Ignore query

    Cells have the same properties!

    "AA2e72E" wrote:

    > The Left, Top, Width & Height arguments are measurd in points. In Excel, a
    > shape can resize with the cell it is in.
    >
    > How can I establish the the size/location of a cell in points so that I can
    > add a shape of percisely the same dimensions?


  3. #3
    Tom Ogilvy
    Guest

    Re: .AddShape(Type, Left, Top, Width, Height)

    set r = Range("B9")

    ..AddShape(type,r.Left, r.Top, r.Width, r.Height)

    --
    Regards,
    Tm Ogilvy


    "AA2e72E" <[email protected]> wrote in message
    news:[email protected]...
    > The Left, Top, Width & Height arguments are measurd in points. In Excel, a
    > shape can resize with the cell it is in.
    >
    > How can I establish the the size/location of a cell in points so that I

    can
    > add a shape of percisely the same dimensions?




+ 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