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

Excel VBA

Excel VBA is the macro programming language available in the Excel and other MS office tools. It helps to automate the regular tasks, create the dashboards and build the tools to perform certain tasks.

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

Copy Files from One Location to Another folder or directory in Excel VBA

2023-02-16T13:10:17+00:00

Examples to Copy Files from One Location to Another folder or directory in Excel VBA - if File does not exists in the source or already in the destination.

Copy Files from One Location to Another folder or directory in Excel VBA2023-02-16T13:10:17+00:00

VBA Code Excel Macro Examples Useful 100+ How Tos for Basic and Advanced Users

2023-03-06T14:57:05+00:00

100+ USEFUL VBA CODES & MACROS

The Most Useful VBA Codes & Macros! Do Almost Everything! We have explained verity of examples to cover most frequently used codes.




VBA Code Excel Macro Examples Useful 100+ How Tos for Basic and Advanced Users2023-03-06T14:57:05+00:00

Excel VBA Macros for Beginners – 15 Examples File download

2023-03-06T14:53:39+00:00

learn-vba-by-examples

Learning Basic Excel VBA By Examples is the easiest way to understand the basics of VBA to deal with Excel Objects, in this tutorial we will not covering any programming concepts, we will see how to access the different Excel Object using VBA.

Excel VBA Macros for Beginners – 15 Examples File download2023-03-06T14:53:39+00:00

Hyperlinks in Excel VBA – Explained with Examples!

2013-04-17T00:00:00+00:00

Hyperlinks in Excel VBA - Examples to add, create and remove hyperlinks, opening files using hyperlinks and sending emails using hyperlinks in Excel VBA.

Hyperlinks in Excel VBA – Explained with Examples!2013-04-17T00:00:00+00:00
Go to Top