View Single Post
  #8   Report Post  
Posted to microsoft.public.excel.programming
Paul Paul is offline
external usenet poster
 
Posts: 661
Default Custom dll troubles

I did exactly that. I used that as a template for what I want to do. My
problem is that I can't seem to execute/run the dll code after excel is
loaded. Excel closes unexpectlfy when I try to access sub/functions in the
dll.

"NickHK" wrote:

Paul,
Unless you followed the steps on
http://www.windowsdevcenter.com/pub/...reate_dll.html
what you have is an ActiveX dll.

NickHK

"Paul" wrote in message
...
why not? I think I did.

"Chip Pearson" wrote:

No.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"AA2e72E" wrote in message
...
"Chip Pearson" wrote:

"You can't create Windows DLLs in VB or VBA. You can only
create ActiveX
DLLs. "

Can you create ActiveX DLLs in VBA?