Download computer tutorials in PDF

Introduction to Excel VBA Macro programming

Introduction to Excel VBA Macro programming, Learn Excel tools by utilizing them in various cases, Understand the logic and syntax behind Visual Basic programming, which interacts with the Excel interface.

Table of contents

Introduction to VBA

VB (Visual Basic) is a Windows application. It is a programming language, more precisely a modern object-oriented BASIC, which makes it possible to write autonomous applications, that is to say "double clickable". There is currently no version (November 2002) of Visual Basic for Macintosh, and to my knowledge, this is not the order of the day.

VBA (Visual Basic for Applications) is a subset of VB, integrated with Microsoft Office applications. VBA is less powerful than VB (no stand-alone application possible), but has the features of the associated application (Excel, Access, Word, Powerpoint, ...).

Although VB only exists for Windows, VBA is happily present in Office versions for the Macintosh.

To use VBA, you have to leave Excel in a certain way: VBA has an interface of its own, with its menus, preferences and toolbars.

It should be understood that opening Excel gives access to 2 separate software, all 2 capable of interacting with Excel objects. The first is Excel itself, the second is VBA, of course.

The existence of 2 applications is crystal clear in Windows because they appear clearly in the taskbar.

Prior knowledge

Understanding the following requires functional knowledge of Excel.
You will be able to improve your knowledge of this software by reading the content of sections on Excel 2003 and Excel 2007.

Size : 878.189 Kb
Downloads: 1572
Created: 2018-05-23

Download file

Others related eBooks about Introduction to Excel VBA Macro programming

Excel VBA tutorial for professionals

Download free VBA tutorial course in PDF, training file in 31 chapters and 128 pages. Free unaffiliated ebook created from Stack OverFlow contributor.

VBA Tutorials for professionals

Download free VBA tutorial course in PDF, training file in 46 chapters and 202 pages. Free unaffiliated ebook created from Stack OverFlow contributor.

Learning access-vba PDF course

Download free Access vba tutorial course in PDF, training file in 5 chapters and 207 pages. Free unaffiliated ebook created from Stack OverFlow contributor.