I am using Excel Solver under control of VBA. When I have a constraint with an upper and lower bound, one of these is lost. For example if A1 contains a decision variable and I have
A1<=1
A1>=0
the second one simply disappears when using VBA. I would really appreciate advice on how to get around this apparent bug.
Thanks
A1<=1
A1>=0
the second one simply disappears when using VBA. I would really appreciate advice on how to get around this apparent bug.
Thanks