Books:
Programming Excel with VBA and .NET Authors: Jeff Webb, Steve Saunders, Safari Tech Books Online (Online service), Pages: 1090, Published: 2006
VB.NET language in a nutshell: a desktop quick reference Authors: Steven Roman, Ronald Petrusha, Paul Lomax, Pages: 662, Published: 2002
Excel 2007 Vba: Programmers Reference Authors: John Green, Stephen Bullen, Rob Bovey, Michael Ale, Pages: 1174, Published: 2007
Office 2003 application development all-in-one desk reference for dummies Authors: Richard Mansfield, Pages: 836, Published: 2004
Excel 2003 VBA programmer's reference Authors: Paul Kimmel, Stephen Bullen, Rob Bovey, John Green, Robert Rosenberg, Brian Patterson, Pages: 1176, Published: 2004
Web:Using VBA.Collection object in .NET - ASP.NET Forums myObject was built in VB6, and returns a Collection object. ... NET code to the following: Dim myCollection as New VBA.Collection ...
VBA Tips & Tricks: How to use collections in Excel VBA Net, c# and other technologies. This blog will also post articles related to .... Labels: Array of Objects in VBA, Collection of objects using Excel VBA, ...
Using Visual Basic .NET from VBA to Serialize Word Documents as XML Net.dll , provides objects for both VBA script in Word and the Visual Basic . .... Collections.Stack class invaluable while developing Visual Basic . ...
Data structures: VB and VBA offer two options: arrays and ... Data structures and algorithms using Visual Basic.NET · Get a Sound ... Arrays are zero-based in VBA (and in VB, although you can use the Option ... Each new item should be specifically added using the collection object's Add method. ...
Using vb.net collections in VBA through COMClass Using vb.net collections in VBA through COMClass. I've been using COMclass objects I create in vb.net (2003) from Excel VBA for ...
Using VBA.Collection object in .NET - ng.asp-net-forum ... Using VBA.Collection object in .NET, > ROOT > NEWSGROUP > Asp.Net Forum > migration_to_asp.net.migrating_from_asp_to_asp.net, ...
System.InvalidCastException to ArrayList? - ng.asp-net-forum ... Using VBA.Collection object in .NET - ng.asp-net-forum ... I tried as follows for ArrayList, Array, VBA. ... System. ...
Include files in the .aspx or .vb portion of the .Net Code - ng ... Using VBA.Collection object in .NET - ng.asp-net-forum ... NET code to the following: Dim myCollection as New VBA.Collection . ... how to deal include files ...
HTTP_REFERER in asp.net 2.0 - ng.asp-net-forum ... using vba.collection object in .net · operation timeout · asp to asp.net woes | projects in vs · include files in asp.net ...
Videos:
Advanced Excel VBA - Using the Collection Object Demonstrates a how to create the collection object, add data to it, and add the data to a listbox by looping through.
VBA Excel - Pulling from Access Shows how to pull data from programmatically from Microsoft Access and put to Excel. Access is never opened - the code connects to access and ...