You are going to run into a problem in that a User Defined Function can only
return a value to the cell it is in. It can not create graphs or modify cell
formats or modify the value of cells other than the one it is in... just
return a value to the cell that it is in... A function called from within
code can do all of these things but a UDF can not.

Signature
HTH...
Jim Thomlinson
> background:
> i am creating a function that is dependent on a few different
[quoted text clipped - 22 lines]
> stream itself and 2 other classes to handle an organic solution
> scenario or an aqueous solution scenario.
Ryan - 31 May 2007 23:56 GMT
On May 31, 3:35 pm, Jim Thomlinson <James_Thomlin...@owfg-Re-Move-
This-.com> wrote:
> You are going to run into a problem in that a User Defined Function can only
> return a value to the cell it is in. It can not create graphs or modify cell
[quoted text clipped - 32 lines]
> > stream itself and 2 other classes to handle an organic solution
> > scenario or an aqueous solution scenario.
I don't see that as a big deal - the audience this will be catering
too can always create a list of temp's and drag the equation down to
make a column of data to go w/ the temps. All of which could then be
put into graph form.
any ideas on how to channel those highlighted regions of input into an
array or better yet - how i can use a class module for the overall
stream and smaller sections for density, viscosity, vapor pressure,
etc. ?
Ryan - 31 May 2007 23:56 GMT
On May 31, 3:35 pm, Jim Thomlinson <James_Thomlin...@owfg-Re-Move-
This-.com> wrote:
> You are going to run into a problem in that a User Defined Function can only
> return a value to the cell it is in. It can not create graphs or modify cell
[quoted text clipped - 32 lines]
> > stream itself and 2 other classes to handle an organic solution
> > scenario or an aqueous solution scenario.
I don't see that as a big deal - the audience this will be catering
too can always create a list of temp's and drag the equation down to
make a column of data to go w/ the temps. All of which could then be
put into graph form.
any ideas on how to channel those highlighted regions of input into an
array or better yet - how i can use a class module for the overall
stream and smaller sections for density, viscosity, vapor pressure,
etc. ?