+ Reply to Thread
Results 1 to 3 of 3

Are These Coordinates?

  1. #1

    Are These Coordinates?

    I recorded the following macro and I have no idea what the following
    numbers in () are. Could someone please help?

    ActiveChart.ChartArea.Select
    With ActiveChart.TextBoxes.Add (338, 207, 374, 16)

    Perhaps the numbers define the coordinates of the text box?

    Yes/no?

    Thanks in advance.

    Mike


  2. #2
    Greg Wilson
    Guest

    RE: Are These Coordinates?

    The first two define the Left and Top coordinates in points. The third and
    fourth define the Width and Height in points.

    Regards,
    Greg

    "[email protected]" wrote:

    > I recorded the following macro and I have no idea what the following
    > numbers in () are. Could someone please help?
    >
    > ActiveChart.ChartArea.Select
    > With ActiveChart.TextBoxes.Add (338, 207, 374, 16)
    >
    > Perhaps the numbers define the coordinates of the text box?
    >
    > Yes/no?
    >
    > Thanks in advance.
    >
    > Mike
    >
    >


  3. #3

    Re: Are These Coordinates?

    Greg - Thank you for the help!

    Mike
    Greg Wilson wrote:
    > The first two define the Left and Top coordinates in points. The third and
    > fourth define the Width and Height in points.
    >
    > Regards,
    > Greg
    >
    > "[email protected]" wrote:
    >
    > > I recorded the following macro and I have no idea what the following
    > > numbers in () are. Could someone please help?
    > >
    > > ActiveChart.ChartArea.Select
    > > With ActiveChart.TextBoxes.Add (338, 207, 374, 16)
    > >
    > > Perhaps the numbers define the coordinates of the text box?
    > >
    > > Yes/no?
    > >
    > > Thanks in advance.
    > >
    > > Mike
    > >
    > >



+ 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