Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / VBA

VBA

VBA

Great Reads

by DP17000
A rudimentary expert system in VBA/ Excel 2013
by Stefan Huy
VBA Hashtable Visual Basic Queue FIFO
by BorysT
This is an alternative for "A quick & simple VBA FIFO Queue Implementation"
by Stefan Huy
VBA Hashtable Visual Basic Hash

Latest Articles

by DP17000
A rudimentary expert system in VBA/ Excel 2013
by Stefan Huy
VBA Hashtable Visual Basic Queue FIFO
by BorysT
This is an alternative for "A quick & simple VBA FIFO Queue Implementation"
by Stefan Huy
VBA Hashtable Visual Basic Hash

All Articles

Sort by Score

VBA 

by DP17000
A rudimentary expert system in VBA/ Excel 2013
by Stefan Huy
VBA Hashtable Visual Basic Queue FIFO
by BorysT
This is an alternative for "A quick & simple VBA FIFO Queue Implementation"
by Stefan Huy
VBA Hashtable Visual Basic Hash
by Stefan Huy
VBA Hashtable Visual Basic Stack LIFO
by Member 14874449
Walk-through and source code for an Excel VBA development workflow
by Stefan Huy
For those who badly miss a .NET like List in VBA
by Glenn Lloyd
This is an alternative for "A Simple List Class for VBA Projects"
by WhiskeyBeforeWater
A nodular Singely Linked List for VBA with some basic functions
by Sachin Chandanshive
Addin Containg Useful Macros & Easily Accessible From Ribbon Menu
by ChrisK23
A method to automate Chrome (based) browsers using VBA
by Steven de Jong
Many professionals have to use foreign-language terms in their documents (e.g. English terminology); this macro automatically formats these terms.
by Liju Sankar
Read Loud Email Sender and Subject as soon as you received an email in OUTLOOK
by Darren G441
Two functions to help manipulate Excel sheets with VBA by converting Column Header letters to 1 based numbers and back
by Maciej Los
This is an alternative for "Copy Rows Within Excel Sheets via VBA"
by Gautham Prabhu K
Copying entire row within Excel sheet using VBA in Microsoft Office 2010 and higher
by Gautham Prabhu K
Perform custom disk clean up when hard disk free space goes low
by Umarfarukh7
This tip is about encrypting web.cofig file using aspnet_regiis utility of .NET Framework.
by Sotirios Diamantis
You have latitude and longitude coordinates in Excel and you want to display them in Google maps; this simple Excel add-in will let you do just that.
by NewPast
Excel, Pure VBA Macro: Molecular Weight/Molecular Mass Calculator
by LukeCodes
This is a simple macro script to search and retrieve individual cells in an Excel document.
by axuno
Take this ready-to-use VBA module for MS-Outlook, that lets you export all mail messages selected in the current Outlook email browser to the file system.
by Chris Spicer
This article illustrates the simplest possible way of retrieving data from Bloomberg via the VBA API.
by Mike Baldini
The following code filters the specified database
by VBA55
Display data in chart as Speedometer or Thermometer graphic
by Sachin Chandanshive
Read / Write data from CSV to Excel
by Edzko
This macro can be inserted in Outlook 2000 to search all your contacts for birthday information. If the birthday does not appear in the calendar, then insert it. The macro will dump a small text file "c:\Outlook.log" that lists the activity.
by veen_rp
A simple, step by step tutorial to set up an MS-Office Excel Ribbon, launch your own .NET applications from Excel and interact with the spreadsheet values.
by Member 12994860
Change the Font Color of all Equations in a Word Document
by maxitone
Use this if you're working in a fullscreen RDP session - for example - to see new e-mail or appointment alerts
by Igor Krupitsky
How to merge multiple Excel files into one with the help of VB script
by Igor Krupitsky
This VBS will merge Many Excel files into one
by Igor Krupitsky
This VBS will merge Many Excel Worksheets into one.
by Clifford Nelson
Method to change source of a Form’s Subform source to a Query or Table in Microsoft Access
by Alexey Shtykov
Convert column numbers to range letters and add comments
by ErnestoNet
How to join the parts of a file across several mails in MIME / Base 64 format in outlook
by Kudredin
How to use a normal Excel cell within a worksheet as a checkbox
by Vinolarium
Sample code for parsing JSON with deep-nested schemas in VBA.
by Joan M
When you forget to attach an invoice and your customer doesn't alert you... well, you start thinking about methods to prevent it from happening again.
by W. García
VBA solution for CSV parsing problem
by Mirzakhmet Syzdykov
Development process in few steps with the help of scripting software
by W. García
Fully VBA “Power Query” alternative for work with CSV files
by Gustav Brock
Generic VBA functions for all the normal rounding methods - of any value that VBA can handle.
by Clifford Nelson
This is a tip that has the code for selecting an Excel file and sheet for import into Microsoft Access. This includes the code required to browse for a file, and populate a ListBox with the sheets of the Excel Workbook, and the code to import an Excel spreadsheet.
by Bernster
How to use Excel conditional formatting features to simulate a progress bar in an Excel worksheet
by Member 10211581
Converts a column of timestamps with a format "hh:mm:ss.000" (or similar) to a column of cumlative decimal values of time in units of sec, min, hrs or days.
by veen_rp
Why can't you set transparency to a picture in an MSOffice application? Well, you can use a clumsy work-around to create a shape and paste your picture from the clipboard. Here's the code to automate it from VBA.
by Shekhar Pankaj
Using Web Configs Key Value pair in classical Asp pages
by uildriks
Introduces the SelectionBox for simple user interaction in Office macros, akin to the VBA InputBox
by algor-AG
VBA: Excel / Word programmatically save document as PDF encrypted / password protected.
by Eric Reynolds
Learn how to easily substitute VBA with Python as Excel's scripting language with a library called ExcelPython