Click here to Skip to main content
15,899,124 members
Everything / VBA

VBA

VBA

Great Reads

by William Hey
Classical number theories
by bradyguy
An end to end view of how to integrate Jira REST API's with Excel.
by RB Starkey
How to create a tree-view control using an Access table and form.
by William Hey
Semi-Prime Ordered Sequences (Part 2) is the follow-on to “Exploring Computational Number Theory (Part 1)” and describes a process for ordering the semi-prime base sequences.

Latest Articles

by NewPast
Indent code, add line numbers, err handling, add number to words and more, expose a .NET library to Microsoft Word, Excel, Power Point macros writers and Access VBA code
by NewPast
Floating point numbers as approximates and understanding error happened when using single and double data types
by Patrice T
The Excel Tools I crafted to simplify my life as programmer
by Mirzakhmet Syzdykov
Development process in few steps with the help of scripting software

All Articles

Sort by Updated

VBA 

21 May 2015 by Alexey Shtykov
Convert column numbers to range letters and add comments
19 May 2015 by algor-AG
VBA: Excel / Word programmatically save document as PDF encrypted / password protected.
16 Sep 2016 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.
19 Apr 2015 by Bernster
How to use Excel conditional formatting features to simulate a progress bar in an Excel worksheet
4 Apr 2012 by BorysT
This is an alternative for "A quick & simple VBA FIFO Queue Implementation"
4 Oct 2012 by Chris Spicer
This article illustrates the simplest possible way of retrieving data from Bloomberg via the VBA API.
3 Nov 2021 by ChrisK23
A method to automate Chrome (based) browsers using VBA
12 Sep 2018 by Clifford Nelson
Method to change source of a Form’s Subform source to a Query or Table in Microsoft Access
7 Sep 2018 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.
2 Sep 2020 by Darren G441
Two functions to help manipulate Excel sheets with VBA by converting Column Header letters to 1 based numbers and back
1 Oct 2015 by DP17000
A rudimentary expert system in VBA/ Excel 2013
15 Nov 2010 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.
22 Aug 2014 by Eric Reynolds
Learn how to easily substitute VBA with Python as Excel's scripting language with a library called ExcelPython
18 Sep 2010 by ErnestoNet
How to join the parts of a file across several mails in MIME / Base 64 format in outlook
1 Aug 2014 by Gautham Prabhu K
Perform custom disk clean up when hard disk free space goes low
3 Oct 2014 by Gautham Prabhu K
Copying entire row within Excel sheet using VBA in Microsoft Office 2010 and higher
16 Jan 2016 by Glenn Lloyd
This is an alternative for "A Simple List Class for VBA Projects"
9 Oct 2015 by Gustav Brock
Generic VBA functions for all the normal rounding methods - of any value that VBA can handle.
14 Jul 2020 by Igor Krupitsky
This VBS will merge Many Excel files into one
24 Jun 2020 by Igor Krupitsky
How to merge multiple Excel files into one with the help of VB script
4 May 2020 by Igor Krupitsky
This VBS will merge Many Excel Worksheets into one.
27 Feb 2022 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.
26 Jul 2012 by Kudredin
How to use a normal Excel cell within a worksheet as a checkbox
17 Jan 2015 by Liju Sankar
Read Loud Email Sender and Subject as soon as you received an email in OUTLOOK
12 Jun 2017 by LukeCodes
This is a simple macro script to search and retrieve individual cells in an Excel document.
17 May 2017 by Maciej Los
This is an alternative for "Copy Rows Within Excel Sheets via VBA"
16 Dec 2015 by maxitone
Use this if you're working in a fullscreen RDP session - for example - to see new e-mail or appointment alerts
9 Sep 2022 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.
6 Apr 2019 by Member 12994860
Change the Font Color of all Equations in a Word Document
29 Jun 2020 by Member 14874449
Walk-through and source code for an Excel VBA development workflow
24 Dec 2010 by Mike Baldini
The following code filters the specified database
20 May 2023 by Mirzakhmet Syzdykov
Development process in few steps with the help of scripting software
8 Mar 2020 by NewPast
Excel, Pure VBA Macro: Molecular Weight/Molecular Mass Calculator
16 Mar 2012 by Sachin Chandanshive
Read / Write data from CSV to Excel
13 Aug 2012 by Sachin Chandanshive
Addin Containg Useful Macros & Easily Accessible From Ribbon Menu
19 Sep 2014 by Shekhar Pankaj
Using Web Configs Key Value pair in classical Asp pages
8 Oct 2015 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.
8 Jul 2010 by Stefan Huy
VBA Hashtable Visual Basic Hash
8 Jul 2010 by Stefan Huy
VBA Hashtable Visual Basic Queue FIFO
16 Dec 2013 by Stefan Huy
For those who badly miss a .NET like List in VBA
8 Jul 2010 by Stefan Huy
VBA Hashtable Visual Basic Stack LIFO
24 Jun 2015 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.
4 Feb 2015 by uildriks
Introduces the SelectionBox for simple user interaction in Office macros, akin to the VBA InputBox
21 Oct 2015 by Umarfarukh7
This tip is about encrypting web.cofig file using aspnet_regiis utility of .NET Framework.
26 Jun 2021 by VBA55
Display data in chart as Speedometer or Thermometer graphic
8 Nov 2015 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.
9 Nov 2015 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.
27 Jun 2012 by Vinolarium
Sample code for parsing JSON with deep-nested schemas in VBA.
8 Mar 2021 by W. García
VBA solution for CSV parsing problem
17 Mar 2021 by W. García
Fully VBA “Power Query” alternative for work with CSV files
16 Mar 2019 by WhiskeyBeforeWater
A nodular Singely Linked List for VBA with some basic functions