View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
[email protected] medetwiler@excite.com is offline
external usenet poster
 
Posts: 2
Default Excel with VBA question

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?