View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
NickHK[_3_] NickHK[_3_] is offline
external usenet poster
 
Posts: 415
Default How do I enable the CALL and REGISTER functions in Excel 2003?

I've had no need to use these function, but if you make Declare in a module,
you can then call the function from the worksheet.

NickHK

"throstur" ...
I want to use the CALL and REGISTER functions to call external .DLL
functions
from Excel 2003. However my Excel 2003 does not recognize those functions.
Do
I need an add-in or something for those?