Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Programming / January 2006

Tip: Looking for answers? Try searching our database.

Min and Max Values on Chart

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Bill - 23 Jan 2006 14:36 GMT
Hello,
Is there a quick (and easy) way of determing the minimum and maximum values
of data points on a chart?  I have multiple lines on a chart and want to be
able to find the min value and the max value.

Thanks.

Bill
Tom Ogilvy - 23 Jan 2006 15:17 GMT
go to the source data and do

set rng = <source data range>
dblMin = application.Min(rng)
dblMax = Application.Max(rng)

Signature

Regards,
Tom Ogilvy

> Hello,
> Is there a quick (and easy) way of determing the minimum and maximum values
[quoted text clipped - 4 lines]
>
> Bill
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.