Section1: Basic of Macros in Excel: Vba Course Outline
Section1: Basic of Macros in Excel: Vba Course Outline
OperationsandmanipulationswithVBE,VisualBasic(writingprocedure/Functions,Modules,
UserForms), Projects window/Code Window/Property window, Toolbars/Obje
ct Browser(Library Functions)
The propertiesof the Workbooks; the names of the modules and the properties
of all thecomponentsof theuserform.
Write and test all your code, see the dropdown lists in code Window.
Startwithcreating new VBA procedures from scratch. Learn the loops, Functions,
variablesandotherfeatures.
Use the r ec or d er to dev el o p ma cro s r a pi dl y, i f you want to do more the Macro r ec or d er is the best
t ea ch er and will be gr eat a s si st a n t even when you b ec o m e an ex per t at p r o g r a m m i n g in
VBA. I t wr i te s the code for you. In this ch a pter you will l ear n about and t ry the Macro r e c or
d e r . You will run the macro that you have r e c or d e d .
Modifytherecordedandexistingmanuallycreatedmacros..
Coding tips andtricks, Howto select the cell how to enter the value into the cell
, how tomodify, how to change the text background etc. basic
Application eventsusing VBE like, Open (), workbook_changed (), Quit () List of f
unction tooperatetheexcel workbook, sheet(cut/copy/paste), Chart
Differentfunctiontooperatetheworksheet,calculationandmore.
Interactingwiththeuserwithminimaleffortusingdialogboxes.
Howtodealwitherr or sin VBAcod e,h owto adde rr orhandlert oha ndletheru nti meer ror .
With VBAforExcel you can develop VBA procedures (macros) to work within in Exc
el whilecallingotherMicrosoft programe4slikeAccess,Notepad, Word,Projectande
ven Windows.
The“CLICK”controlwheremostofthecoderesidesinauserform.
LESSON 23 : PROPERTIES AND VBA CODE FOR LABELS & TEXT BOXES.
Theuserjustseesitandcannotsubmitanyinformationwithit.
TheBIGcontrol,Itisadrop-downlist.
Whenmultiplechoicesareanecessity.
LESSON 26: PROPERTIES & VBA CODE FOR CHECK BOXES, OPTION BUTTONS & FRAMES.
The“True/False”controlstobeusedasagroupwithaframe.
Theyaresexier than text boxes and sometimes make a difference in the clients’ o
pinion ofyour talent.
Theyarethecontrolstobuildcatalogsandshoppingcarts.