Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() As I said before. The DLL need two function. One when called from C-Language and one from VBA. Something like this Myfunction(c language parameter list) 'You code here end MyfunctionA(standard parameter list) 'enter any conversion code required. Call Myfunction(C language paremter list) end Call Myfunction when using from C -language. Call MyfunctionA when calling from VBA. This is what the standard Dll's to in the windows/system32 folder. -- joel ------------------------------------------------------------------------ joel's Profile: http://www.thecodecage.com/forumz/member.php?userid=229 View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=150545 Microsoft Office Help |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
User input for import data function | Excel Discussion (Misc queries) | |||
Change delimiter in import function from comma to tab | Excel Programming | |||
deleting line item in import function causes REF# error | Excel Worksheet Functions | |||
Import external data function | Excel Discussion (Misc queries) | |||
When I Import an Access Table With an Excel Function in a Cell it Displays as Text not as a Function in Excel | Excel Programming |