VBA Articles: Excel and Google Sheets

All resources related to VBA for Excel and Google Sheets.

VBA

How to Execute VBA in Excel
We can execute vba in excel by launching the excel application and running the visual basic for applications in the developer tab. This tutorial would teach us how to launch VBA in excel. Figure 1: How to run macros in excel Running VBA To run vba, we will open a...
How to return value from a function in Excel using VBA – Excelchat
In Excel VBA, we can use function when we are performing repetitive tasks like data formatting, calculations and so on. With Excel VBA, we can create a function that returns a value when the function is used. This article looks at how to return a value from a function using...
How to create a new worksheet using VBA in Excel – Excelchat
Have you been in that situation where you are supposed to open or create a new workbook using VBA in Excel? From time to time, we are faced with work that require us to create a workbook, and we can easily do this using VBA. This post looks at how...