- 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.
推薦閱讀
- R語言經(jīng)典實例(原書第2版)
- 小創(chuàng)客玩轉(zhuǎn)圖形化編程
- JMeter 性能測試實戰(zhàn)(第2版)
- R語言數(shù)據(jù)可視化之美:專業(yè)圖表繪制指南
- NLTK基礎教程:用NLTK和Python庫構(gòu)建機器學習應用
- 基于差分進化的優(yōu)化方法及應用
- Linux網(wǎng)絡程序設計:基于龍芯平臺
- Mastering macOS Programming
- Kinect for Windows SDK Programming Guide
- OpenCV with Python By Example
- Odoo 10 Implementation Cookbook
- Serverless Web Applications with React and Firebase
- 嵌入式Linux C語言程序設計基礎教程
- SQL Server on Linux
- C++服務器開發(fā)精髓