View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
David A. Heiser[_2_] David A. Heiser[_2_] is offline
external usenet poster
 
Posts: 2
Default Complex Variable Programming

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