Hi
I have created a component in C# that I am wanting to consume as a COM object in vbScript. I have gone through the process of giving it a GUID and strong name, registering it with the GAC, and registering it in the registry using regasm ... /tlb...
It has a very simple method called...
I've written a .Net class library (compiled as a .dll) in C#. I now want to call this object from an Excel spreadsheet in the VBA code. I have tried adding a reference to the dll (tools > references > browse in the Visual Basic editor) but i get a message saying "can't add a reference to...
Hi All
I'm having a problem navigating through an XML document using XPath. I've never done this before, so I'm sure the answer is fairly obvious :)
I am using the following code to navigate to a particular node in an xml document (VB.NET):
Dim doc As XmlDocument = New XmlDocument()...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.