martes, 11 de abril de 2017

Excel Macros Tutorial 1.0 | Course Index



Index - Course 1


1.1- Setup

1.2- Record macros / buttons

1.3- SUB – Process & Buttons & Msgbox

1.4- Variables

1.5- Workbook, Sheets, Range, Cells

1.6- IF Conditional

1.7- FOR & WHILE Loops


No hay comentarios:

Publicar un comentario

Excel Macros Tutorial 1.4 | Types of Variables

to declare a variable, you have to do it like this: dim Variable_Name as Type_of_Variable "Dim" followed by a name for the va...