View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
michaelchen michaelchen is offline
external usenet poster
 
Posts: 3
Default Use execl financial function(Ex:PMT/RATE Function) with ASP

Hi Ogilvy:
I think i need to call a function in Excel without having excel loaded
with ASP via VBScript / Activex COM / or some component .

Any idea / advice greatly appreciated.

Best Regards.
Michael

"Tom Ogilvy" wrote:

Are you asking how to do it with objects (automation) or how you can call a
function in Excel without having excel loaded.


--
Regards,
Tom Ogilvy

"michaelchen" wrote in message
...
Hi, I'm trying to write Mircosoft ASP code to call excel financial
functions, like PMT/RATE functions, but most examples online are talking
about creating and getting objects.

Anyone has any idea how to do it or any reference?
Any input is appreciated.