Hello all,
I need some help for combining two vba codes; selected cells and solver.
First, I wanted to find cells in column C starting "C2" till last non-blank cell (even if blank cells has formula, if cells returns "", then assume it is blank), so here is the code:
Secondly, I wanted to write a solver code which has "cellref" and "bychange" cells should be the above selected cells but I couldn't find a way to combine these selected cells with solver code. Here is the solver code:
So can you please help me how can I replace "$C$2:$C$38" with selected cells code?
Thanks in advance
Bookmarks