J
Jason Charalambides
Hello,
I have just created a dll (myown.dll) that I want to activate in other
applications that carry VBA (let's say Excel).
I have gone into the VBA and created a form in which I have a button to use
as a command to activate the dll.
What do I need to do from here?
What is the command that I need to write in the area I have the XXXX:
Private Sub Execute_Click()
XXXXXX
End Sub
Do I need to make a new module for this or something?
Thank you for the help.
J.C.
I have just created a dll (myown.dll) that I want to activate in other
applications that carry VBA (let's say Excel).
I have gone into the VBA and created a form in which I have a button to use
as a command to activate the dll.
What do I need to do from here?
What is the command that I need to write in the area I have the XXXX:
Private Sub Execute_Click()
XXXXXX
End Sub
Do I need to make a new module for this or something?
Thank you for the help.
J.C.