Excel VBA

This section will guide you how to use VBA in Microsoft Excel from the below topics.

1. Excel VBA Overview

This section will teach you how to use VBA(Visual Basic for Applications) in Microsoft Excel.

2. Excel VBA Macros

This chapter will guide you how to create a VBA Macros in Microsoft Excel. How to create a VBA Module in Excel? How to record a VBA Macro? How to customize the VBA macro security settings? How to add a VBA Macro to the Ribbon bar? How to protect VBA Macro in Microsoft Excel 2013.

3. Excel VBA MsgBox

The MsgBox function will be used to display a message box to wait user to click a button, and then returns an integer indicating which button the user clicked.

4. Excel VBA InputBox

The InputBox function will be used to display a prompt in a dialog box, and prompt the user to enter a value or click a button, and returns a string containing the contents of the text box.

5. Excel VBA Variables

This post will guide you how to declare, initialize and display a variable value in MS excel VBA.

6. Excel VBA Constants

This post will guide you how to declare a Constant and assign a value to it in MS excel VBA.

7. Excel VBA Operators

This post will  describe the VBA operators in the MS Excel.

8. Excel VBA Decisions

This post will guide you how to use conditional statements in MS excel VBA. There are two most useful conditional statements as bellows: If …Then…Else and Select Case.

9. Excel VBA Loops

This post will guide you how to use loops statements in MS excel VBA. There are three most useful Loops statements as bellows: For …Next loop, Do … Loop and While …Wend loop

10. Excel VBA Strings

This post will guide you how to use VBA String functions to manipulate the String in MS excel VBA.

11. Excel VBA Data And Time

This post will guide you how to use VBA Date and time functions to convert date and time format in MS excel VBA.

12. Excel VBA Array

This post will guide you how to create one-dimensional array and two-dimensional array in MS excel VBA.

 

Leave a Reply