View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ingvar[_2_] Ingvar[_2_] is offline
external usenet poster
 
Posts: 1
Default Calling VB from Excel

I would like to call a VB module (exe or dll) from Execl
passing the workbook. Cannot figure out how the passing
of the parameter to the exe-module is done. How to code
the VB module accepting the parameter. The VBA-call I
assume is of standard format but how do I get on the exe-
module