+ Reply to Thread
Results 1 to 3 of 3

Defining maximum value from a named range for charting purposes

  1. #1
    Barb Reinhardt
    Guest

    Defining maximum value from a named range for charting purposes

    Progammatically, how do I determine the maximum value of a named range in VB
    to be used to define a maximum value for a chart.

    Thanks in advance,

    Barb Reinhardt

  2. #2
    Bob Umlas
    Guest

    Re: Defining maximum value from a named range for charting purposes

    maxval=Application.Max(range("A1:A20"))
    Bob Umlas
    Excel MVP

    "Barb Reinhardt" <[email protected]> wrote in message
    news:[email protected]...
    > Progammatically, how do I determine the maximum value of a named range in

    VB
    > to be used to define a maximum value for a chart.
    >
    > Thanks in advance,
    >
    > Barb Reinhardt




  3. #3
    Barb Reinhardt
    Guest

    RE: Defining maximum value from a named range for charting purposes

    I've figured it out, thanks. I have more to come, I'm sure.

    "Barb Reinhardt" wrote:

    > Progammatically, how do I determine the maximum value of a named range in VB
    > to be used to define a maximum value for a chart.
    >
    > Thanks in advance,
    >
    > Barb Reinhardt


+ 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