Be the first user to complete this post

  • 0
Add to List

Getting Started with Excel Macro

Excel Macro is a very effective tool. Once you get to know it, you can make wonders. Right from writing simple formulas to making complex applications and User forms, database connectivity or data structures. You can do almost everything that can be done using Java or any other programming languages.
There are a couple of things that you need to know before you begin.

  • Excel macro is very effective and easy to learn which can make your work a lot easier.
  • The Language used for making macros in excel is VBA (Visual Basic for Applications)
  • You write your code in Visual Basic Editor



Also Read:

  1. VBA-Excel : 3D-Ranges – FillAcrossSheets Method
  2. VBA-Excel: Copy/Paste data - Copy the Entire row data and paste it to another row
  3. Excel-VBA : Prevent Changing the WorkSheet Name
  4. VBA Excel - Cells, Ranges and Offset: Refer Range by using A1 Notations
  5. VBA Excel - Cells, Ranges and Offset: Refer to Cells by Using Shortcut Notation