NotAGenius
New Member
- Joined
- Jul 19, 2017
- Messages
- 3
Hey Everyone!
I currently have a loop running in VBA that requires inputs from a user, and then provides data and a plot. Essentially this is a break even function. The plot consists of 3 horizontal lines (will be the same in every plot) , and a linear function (changes based on user input). I am trying to have the intersection data points of each horizontal line and the linear function display automatically. Is this possible? If so, how would I go about doing this?
I currently have a loop running in VBA that requires inputs from a user, and then provides data and a plot. Essentially this is a break even function. The plot consists of 3 horizontal lines (will be the same in every plot) , and a linear function (changes based on user input). I am trying to have the intersection data points of each horizontal line and the linear function display automatically. Is this possible? If so, how would I go about doing this?