© VBA JETPACK Introduction to VBA
© VBA stands for Visual Basic for Applications. VBA is a programming language used for Microsoft Office Applications. It can be used to automate tasks within Excel (and other applications). With VBA, you can do a lot of things that you can not otherwise do in Excel. VBA….What?
© Automate a series of tasks (and run it with a single click or shortcut). Create functions that does not exist. Create Add-ins. Create Applications. VBA at your service….What can you do with it?
© Sub / Procedure Functions Events Objects Variables VBA Building Blocks
© Object Oriented Programming
© Name - Sherlock Holmes House No B Street - Baker Street City - London Country - England Object Oriented Programming
© Object Oriented Programming
© Object Oriented Programming
© Object Oriented Programming
© Object Oriented Programming
© Object Oriented Programming
© Object Oriented Programming Apply red background colour to Cell A1, in the Worksheet (Sheet1), in the Workbook (Test.xlsx) in Excel
© Object Oriented Programming Excel
© Object Oriented Programming WORKBOOK
© Object Oriented Programming WORKSHEET
© Object Oriented Programming RANGE (A1)
© Object Oriented Programming COLOR