Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 12-20-2012, 08:10 AM
omahadivision omahadivision is offline Way to select a range using the mouse on a chart? Windows 7 32bit Way to select a range using the mouse on a chart? Office 2007
Novice
Way to select a range using the mouse on a chart?
 
Join Date: Oct 2012
Posts: 28
omahadivision is on a distinguished road
Default Way to select a range using the mouse on a chart?

Hi all,



I have written a module that determines the row of a address of a range of a series on my scatter plot chart. It works great except for one thing - I need to enter the custom range in VBA or by selecting the cells. I was wondering if there was a way to draw a rectangle or something similar on the chart and then have the range on the X axis covered in the rectangle become the range in the macro. There is only one series on my chart. Basically, it's a wavelength spectrum where the peaks vary, and I'm looking for ways to select individual peaks.

Here's the code as is with the range manually entered, with minpoint1 being the address of the minimum:

Code:
Dim minpoint1 As Integer

minpoint1 = MinAddress(Range("B53:B150"))
And the function MinAddress:
Code:
Function MinAddress(ByRef ThisRange As Range) As String
    Dim cel As Range
    For Each cel In ThisRange
        If cel = Application.WorksheetFunction.Min(ThisRange) Then MinAddress = cel.Row
    Next cel
End Function
Thanks!

-Dave

Last edited by omahadivision; 12-20-2012 at 08:15 AM. Reason: Added code
Reply With Quote
 

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Making VBA select chart and then export as picture omahadivision Excel Programming 2 10-28-2012 07:53 PM
Way to select a range using the mouse on a chart? Mouse Over Animation dslocum PowerPoint 4 03-23-2012 09:20 AM
Can't select or edit chart data itguy PowerPoint 2 09-19-2010 10:13 AM
Converting manual chart to bar chart? aligahk06 Excel 0 07-03-2010 12:23 PM
Way to select a range using the mouse on a chart? Select a range in one one workbook while working in other workbook Slow&Steady Excel 1 02-21-2010 03:34 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 11:19 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft