Data and loops


Calculations in Excel requires data that can be imported from files, databases or the Internet but can also be entered manually. In this category you will find free templates that includes data import, storing of data in collections and loops to process data.





Free code for a collection of objects in Excel (VBA and VB6)

Here you can download free code that shows you how a collection of objects can be used in VBA code for programming in Excel, when you need to manage data in lists.

Free code for multi-dimensional array in Excel (VBA and VB6)

Here you can download free code that shows how a multidimensional array can be used in VBA code for programming in Excel.

Free code for one-dimensional array in Excel (VBA and VB6)

Here you can download free code that shows you how a one-dimensional array can be used in VBA code for programming in Excel.

Free code to import data from MS SQL database to Excel (VBA and VB6)

Here you can download free VBA code to import data from a MS SQL database to Excel by connecting to a SQL Server, open a database and run a SQL command against the database.