Dear all,
I have a large set of data. I want the user to be able to click the first and last row of data which they wish to plot. I am getting errors on the range of the selected data. Any suggestions welcomed.
Thanks,
Matt
VBA Code below:
Sub plot_selected_date()
Dim rng2 As Range...