Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I am trying to call a function in an installed XLL addin in excel. Unless I declare the function, I cannot use it. If I use this declaration: Declare Function EssVDisconnect Lib "ESSEXCLN.XLL" (ByVal SheetName As Variant) As Long and call: EssVDisconnect "SheetName" it works. But if I try to use it this way (without a declaration), it doesn't work: Application.Run "ESSEXCLN.XLL!EssVDisconnect", "SheetName" Can someone explain if it is required for calling XLL functions from VBA to always Declare their functions? Thanks, Leo |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to convert cell formula functions to code functions | Excel Discussion (Misc queries) | |||
efficiency: database functions vs. math functions vs. array formula | Excel Discussion (Misc queries) | |||
Conversion from Spreadsheet Toolkit functions (ESSV....) to EssBase API functions | Excel Programming | |||
User-defined functions created in Excel 2000 fail in Excel 2003 | Excel Discussion (Misc queries) | |||
excel functions and User defined functions | Excel Programming |