How to Copy Data From Excel to Word Using VBA Excel

To copy data from Excel to a Word file using VBA we need to access the word application using Excel VBA. In this tutorial we will learn how to ope...

How to Write To A Word File Using Excel?

To write to a word file using Excel we need to access the word application using Excel VBA. In this tutorial we will learn how to open a word appl...

Update Sheets through VBA

In this article, we are going to learn how to update the data from one sheet to another sheet through VBA in Microsoft Excel. Let’s take an examp...

How to extract a list of all the files and folders within a Windows OS folder onto Excel

We are working on many files & folder in Windows PC or laptop & there are chances that we may end up adding or deleting files & folders re...

Use a closed workbook as a database (DAO) using VBA in Microsoft Excel

With the procedures below you can use DAO to retrieve a recordset from a closed workbook and read/write data. Call the procedure like this: GetWorks...

Use a closed workbook as a database (ADO) using VBA in Microsoft Excel

With the procedures below you can use ADO to retrieve a recordset from a closed workbook and read/write data. Call the procedure like this: GetWor...

How to Transfer Specific Data from One Sheet to another through VBA in Microsoft Excel

In this article, we will use change event of worksheet to transfer data one sheet to another, depending upon a certain condition. Raw data consists o...

Terms and Conditions of use

The applications/code on this site are distributed as is and without warranties or liability. In no event shall the owner of the copyrights, or the authors of the applications/code be liable for any loss of profit, any problems or any damage resulting from the use or evaluation of the applications/code.