View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tim Anderson[_2_] Tim Anderson[_2_] is offline
external usenet poster
 
Posts: 3
Default Problem implementing SolverAdd - Can anyone solve?

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