Complex Variable Programming

  • Thread starter Thread starter David A. Heiser
  • Start date Start date
D

David A. Heiser

I have some involved T and Pi filters I am designing. The Complex set of
functions work fine on the worksheet. However they can't be used in a VBA
Function/Subroutine. The "Application.WorksheetFunction." inquiry brings up
a list of functions, but does not list any of the complex functions.

Is there some way to get VBA access to these functions?

David Heiser
 
If they are analysis toolpak functions, seta reference to the toolpak in
VBA, and call them directly.

--
HTH

Bob Phillips

(remove xxx from email address if mailing direct)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top