Excel with VBA question

M

medetwiler

I'm trying to write a program that calls VBA to crunch out an iterative
solution to a mess of equations. How can I pass multiple values back
to Excel from VB (i.e a user-defined function only passes one value
back to Excel)?

The format of the math is such that I don't think I can set up the
equations in the correct manner to use the Solver add-in.

Anyone have any ideas?
 
Top