Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Introduction to Excel Automation: Excel Macros and VBA, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:05:38
    Introduction - Hello World
  2. Урок 2. 00:02:27
    A Note to Mac Users
  3. Урок 3. 00:03:23
    Opening Macro-Enabled Files
  4. Урок 4. 00:11:24
    Editing Macros
  5. Урок 5. 00:11:01
    Subroutine Structure
  6. Урок 6. 00:07:18
    Buttons and Shapes
  7. Урок 7. 00:10:03
    The Personal Workbook
  8. Урок 8. 00:04:23
    Introducing Variables
  9. Урок 9. 00:11:50
    Using Variables in Expressions
  10. Урок 10. 00:04:27
    Option Explicit
  11. Урок 11. 00:06:54
    Gathering User Input
  12. Урок 12. 00:07:39
    Gathering User Input - A More Complex Example
  13. Урок 13. 00:05:13
    Comments
  14. Урок 14. 00:13:20
    Error Handling With IF Statements
  15. Урок 15. 00:12:00
    Branching Logic With Else and ElseIf
  16. Урок 16. 00:04:40
    Formatting Code
  17. Урок 17. 00:06:11
    Naming Conventions
  18. Урок 18. 00:09:24
    Using Worksheet Functions in VBA
  19. Урок 19. 00:06:46
    User Defined Functions - A Simple Example
  20. Урок 20. 00:07:49
    User Defined Functions - A More Complex Example
  21. Урок 21. 00:05:55
    Converting UDFs to Add-Ins
  22. Урок 22. 00:06:25
    Objects, Properties and Methods