View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Lawrence[_3_] Lawrence[_3_] is offline
external usenet poster
 
Posts: 3
Default Call VB6 DLL from Worksheet without VBA wrapper

Can anyone tell me how to call compiled VB6 function directly from a
cell in Excel worksheet, without creating a VBA function as a wrapper.
Using a VBA wrapper causes a serious execution time overhead compared
to built-n excel functions.

Thanks,

Lawrence