I'm writing some macros in Visual Basic for Applications but I want to use simple excel functions such as STDEV on these rather than write new code to do the calculations...
I can't put the functions directly into the sheet because the sheet itself is generated by the VBA code and the exact location of the data varies depending on the source datasheet coming into the Macro.
Is there any way I can just call built-in Excel Functions directly in VBA?
Thanks in advance.
2006-11-18
04:54:19
·
3 answers
·
asked by
the last ninja
6
in
Computers & Internet
➔ Programming & Design