Microsoft
Software
Hardware
Network
Question : Need help creating .NET dll or tlb for Excel 2003 VBA to use
I want to create a simple dll in vb.net express and access it from VBA in EXCEL 2003. I have registered the dll with regasm.exe /tlb. I can now add a reference to setjob.tlb in Excel vba
simple example code
Public class1
public sub helloworld()
msgbox "helloworld"
end sub
end class
The vba object browser shows the class1 but not the sub helloworld
I have tried using declare and lib with similar results. Not able to find sub name....
How do I create a consumable .net 3.5 dll for excel2003 to use?
Answer : Need help creating .NET dll or tlb for Excel 2003 VBA to use
Think I found answer here
http://www.playinthesoup.c
om/soup/ar
ticles/tec
h/
regforco
m.htm
Random Solutions
having trouble installing SP3 for Exchange Server 2007 before installation begins
How to install Solaris 10 in 2 disks at the same time or 4 disks using zfs, need good documentation on zfs
Jquery NoConflict Issue
Outlook 2007 does not remember password.
How to block mulitple ports within a range in mmc?
ASP.NET Search script
Evnet id 10016 - DCOM & DFS
citi.bridgetrack.com
Using wininet.dll with vba code within Excel 2003 macro on windows 2008 R2 server. FTP hangs
Any sandbox tool out there for opening file attachments safely?