120+ Professional Project Management Templates!
Save Up to 85% LIMITED TIME OFFER
Project Management Templates

VBA Concepts

VBA concepts help you to understand the programming techniques of VBA to master in macro programming language for MS Office Tools.

Interacting with Other Applications using VBA

2022-06-17T03:55:49+00:00


We can interact with the other applications using VBA - with the MS Office Applications like Word, PowerPoint,Outlook,etc... and other applications like Internet Explorer, SAS,etc.

In this Section:
  • Introduction?
  • How to interact with MS Word? - Late Binding
  • How to interact with MS Word? - Early Binding
  • How to interact with PowerPoint? - Early Binding
  • How to interact with Outlook? - Late Binding
  • Example File
Interacting with Other Applications using VBA2022-06-17T03:55:49+00:00

VBA Security in Excel

2022-06-17T03:55:46+00:00

It is important to understand the macro security if you are dealing with the Macro Enabled Files. It helps to protect your data from the malicious programs and helps to know how to run the macros when its required.

In this Section:
  • Understanding VBA Security
  • What are the different Levels of the Security in VBA?
  • How to Enable or Disable the Macros?
  • How To Protect VBA Code?
VBA Security in Excel2022-06-17T03:55:46+00:00

VBA Objects Properties and Methods in Excel

2022-06-17T03:55:46+00:00

Most of the programming languages today are Object Based Or Object Oriented Programming Languages. Although Excel VBA is not a truly object oriented programming language, it does deal with objects.

In this topic:
  • What are Objects?
  • What are Properties?
  • What are Methods?
  • What is Object Browser?
VBA Objects Properties and Methods in Excel2022-06-17T03:55:46+00:00

Forms and Controls in Excel VBA

2022-06-17T03:55:41+00:00

Any Windows Application is equipped with set of objects called windows controls. The Main control is called a Form, it is the primary window contains different types of controls which allow user to interact with the computer. The following is a simple form to calculate square value of a given number.

In This Section:
  • What Are UserForms?
  • What Are ActiveX Controls?
  • What Are The Different UserForm Controls & Use?
  • Practical Learning: Developing A Simple UserForm
  • Example File
Forms and Controls in Excel VBA2022-06-17T03:55:41+00:00

Passing Arguments in Excel VBA

2022-06-17T03:53:53+00:00

We write the procedures to perform certain tasks and some times we may required to write another procedure with small variations. In this situation we can take advantage of the Passing Arguments.

In this Section:
  • What are By Value (ByVal) and By Reference (ByRef) Passing Arguments?
  • Writing a procedure or a function with Arguments
  • How to call a function or a procedure?
  • Example macro file to explain passing arguments
Passing Arguments in Excel VBA2022-06-17T03:53:53+00:00

Arrays in Excel VBA

2022-06-17T03:53:54+00:00

When we work with one item we required to use one variable, if you want work with more than one item, we can go for arrays. Arrays are the variables which allow us to store more than one value.

In this topic:
  • What is an Array?
  • What are the different types of arrays?
  • One Dimensional Array:
  • Multi-Dimensional (Two Dimensional) Arrays:
  • How to Re-size an Array?
  • Array Options
  • Example File
Arrays in Excel VBA2022-06-17T03:53:54+00:00

Excel Macros in Nutshell: Getting Started with Excel VBA Macros

2013-02-08T00:00:00+00:00

In this session we will briefly discuss and see the different things which we are required to learn to Record Macros. The idea of this tutorial is to help you to get overall idea about Excel Macros and what are the things which we are going to cover in part of learning basic macro tutorials.
Excel Macros in Nutshell: Getting Started with Excel VBA Macros2013-02-08T00:00:00+00:00
Go to Top