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