Problem implementing SolverAdd - Can anyone solve?

T

Tim Anderson

I'm attempting to add a variable number of constraints
into Solver using VBA (version 6.0). The code below
doesn't work in VBA 6.0, although it DOES work on a
different computer that has VBA 6.3 installed. Here is
the code:

'Insert new constraints
For i = 1 to NumRows
 
Top