I want to find the breakeven value for 400 rows of data, but the only way I can find my breakeven value is to run solver and say "set AC6 to 0 by changing cell H6". However, I need to "drag down solver" so to speak. I know you can run solver for multiple scenarios in VBA, but can you run solver for a single scenario, just changing the row each time?
For example: In column H, I have number of hours, and in AC I have net income, which is directly affected by hours * hourly expense. I want to find the number of hours it takes for net income to be 0. The problem I'm running into is that after I solve for row 6, I want to solve for the next 400 rows.