Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Lawrence,
This is only possible using a special type of add-in called an Automation add-in that is only supported by Excel 2002 and higher. For versions of Excel prior to 2002, you must use a VBA wrapper in order to call a function in a VB6 DLL. -- Rob Bovey, MCSE, MCSD, Excel MVP Application Professionals http://www.appspro.com/ * Please post all replies to this newsgroup * * I delete all unsolicited e-mail responses * "Lawrence" wrote in message om... 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to call a worksheet (as a function) | Excel Discussion (Misc queries) | |||
how to call the event of other worksheet | Excel Worksheet Functions | |||
to call procedure in a worksheet in a module | Excel Discussion (Misc queries) | |||
Call up worksheet based on validated list | Excel Discussion (Misc queries) | |||
How to call worksheet functions from Access ? | Excel Worksheet Functions |