- VBA Automation for Excel 2019 Cookbook
- Mike Van Niekerk
- 139字
- 2021-06-11 18:16:27
Chapter 1: Getting Started with VBA
The recipes in this chapter will help you familiarize yourself with VBA in general, introduce you to the VBA working environment, and also help you edit and save your first working VBA subroutine. In the process, you will learn how to set up the development environment and how to edit your VBA coding.
In this chapter, we will cover the following recipes:
- Investigating VBA code
- Recording a macro
- Testing the macro
- Using the VBA Editor
- Editing the code by changing cell references
- Saving the file with an embedded macro
- Using the Trust Center for macro security
- Creating a customized ribbon
By the end of this chapter, you will be able to identify the need and use for a macro, record a macro, edit VBA code, and save the macro in an Excel Workbook.
推薦閱讀
- OpenStack Cloud Computing Cookbook(Third Edition)
- C語言程序設計案例教程
- OpenDaylight Cookbook
- CockroachDB權威指南
- 深入淺出Electron:原理、工程與實踐
- Android Studio Essentials
- Learning C++ Functional Programming
- HTML5游戲開發案例教程
- 精通網絡視頻核心開發技術
- R Data Analysis Cookbook(Second Edition)
- Android群英傳
- Getting Started with Python
- Test-Driven iOS Development with Swift
- Arduino Electronics Blueprints
- C語言程序設計實驗指導與習題精解