Sunteți pe pagina 1din 4

Curso VBA - Macros Excel

1. Entorno VBA
 Editor - VBE
 Barra Herramientas
 Ventana Inmediato

2. Creando una Macro


 MsgBox
 InputBox

3. Referencias
 Celdas
 Rangos
 Filas
 Columnas
 Hojas
 Libros

4. Variables
 Integer
 Double
 String
 Long
 Date
 Boolean

5. Tipo Variables
 Locales
 Globales

6. Arrays
 Estáticos
 Dinámicos

7. Tipos de Datos Definidos por Usuario


 Type – End Type

8. Operadores Lógicos
 And
 Or
 Not

9. Estructuras de Decisión
 If, then, elseif, endif, if anidados
 Select case, end select

www.interimfinancialmanagement.net
Curso VBA - Macros Excel

10. Estructuras de Control - Bucles


 For - Next
 While - End while
 Do - Loop
 For each - Next
 Do while - Loop
 Do until – Loop
 With - End with

11. Acelerando Bucles


 Application.ScreenUpdating
 Application.Calculation

12. Etiquetas
 GoTo

13. Subrutinas y Funciones


 Públicas y privadas
 Llamando a una función – CALL
 Enviar variables a una función
 Devolver variables
 ByVal y ByRef

14. Funciones Excel y Funciones VBA


 Application.WorksheetFunction
 VBA.

15. Módulos

16. ActiveX
 Label  Option Buttons
 Command Button  List Box
 Text Box  Toggle Button
 Combo Box  Scroll Bar
 Spin Buttons  Image
 Check Box

17. Eventos
 Click
 DblClick
 Worksheet_Activate
 Worksheet_Deactivate
 Worksheet_Change
 Workbook_Open

www.interimfinancialmanagement.net
Curso VBA - Macros Excel

18. Base de Datos - SQL


 ADODB.conection  Delete
 ADODB.recordset  Update
 .open  And / Or
 .close  Between
 Select  Order By
 From  Top
 Where  Count / Sum
 Insert

19. Internet Explorer – Accediendo a Datos Web


 InternetExplorer.Application
 .Navigate
 .GetElementById
 .GetElementsByName
 . GetElementsByClassname
 .GetelementsByTagName

20. Add-Ins

www.interimfinancialmanagement.net

S-ar putea să vă placă și