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
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