is there any good resource on writing ActiveX DLL for excel

M

michael

Hi. My name is Michael...I am a newbie at Excel and activeX DLL....

I've been doing trial and error with the DLL and come up with some
errors such as

Object '~' of method '~' failed OR Object's with is not set

When I try to declare something like this :

dim myObject as project1.class1
set myObject = new project1.class1
myobject.addNewCell()

I registered my DLL through regsrvr32

I would really appreciate it if someone can recommend a good book or a
good site (free preferrably...) for writing ActiveX DLL for Microsoft
EXCEL

thank you
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top