Home All Groups Group Topic Archive Search About

Math functions in VB (or even a dll somewhere) Options

Author
29 Nov 2007 7:47 PM
Nondisclosure007
Hello.  If this is the wrong group for this, please let me know.
I'll
post it somewhere else.

I've been doing data imports into MS Excel (ver 2007) and using the
CORREL function.  What I was wondering was is there anything like
this
in Visual Basic or C#?  Or even a DLL?  I've got VS2008 and I really
don't want to code the CORREL function by hand if I can just pass off
2 or more array's to a function that already exists.


I've googled and went through the MSDN library and didn't find
anything.  Maybe I'm searching wrong, I don't know.  Any help would
be
greatly appreciated.


TIA!

Author
29 Nov 2007 7:58 PM
Ignacio Machin ( .NET/ C# MVP )
Hi,


If you are using C# this is the correct group.

First of all you should try to explain what Correl does. Make it easy to the
person trying to help you ;)

--
Ignacio Machin
http://www.laceupsolutions.com
Mobile & warehouse Solutions.
Show quote
"Nondisclosure007" <nondisclosure***@gmail.com> wrote in message
news:cd546ff0-bac1-4429-9a66-537d13d873f1@g30g2000hsb.googlegroups.com...
> Hello.  If this is the wrong group for this, please let me know.
> I'll
> post it somewhere else.
>
> I've been doing data imports into MS Excel (ver 2007) and using the
> CORREL function.  What I was wondering was is there anything like
> this
> in Visual Basic or C#?  Or even a DLL?  I've got VS2008 and I really
> don't want to code the CORREL function by hand if I can just pass off
> 2 or more array's to a function that already exists.
>
>
> I've googled and went through the MSDN library and didn't find
> anything.  Maybe I'm searching wrong, I don't know.  Any help would
> be
> greatly appreciated.
>
>
> TIA!
Author
29 Nov 2007 9:07 PM
Cor Ligthert[MVP]
Not that I know, for those who want more information, I have searched for it
on the microsoft website.

http://office.microsoft.com/en-gb/excel/HP052090231033.aspx

Cor

AddThis Social Bookmark Button