- VBA Automation for Excel 2019 Cookbook
- Mike Van Niekerk
- 147字
- 2021-06-11 18:16:26
Conventions used
There are a number of text conventions used throughout this book.
Code in text: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "In the BeforeClose procedure, set the BeforeClose event's parameter to cancel by adding the next line."
A block of code is set as follows:
Private Sub Workbook_BeforeClose(Cancel As Boolean)
MsgBox "This file cannot be closed"
Cancel = True
End Sub
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Activate the Developer ribbon. In the Code group, click on Macro Security to open the Trust Centre dialog box."
Tips or important notes
Appear like this.
- 大學計算機基礎(第二版)
- C語言程序設計基礎與實驗指導
- 教孩子學編程:C++入門圖解
- GeoServer Beginner's Guide(Second Edition)
- C語言程序設計學習指導與習題解答
- Windows內核編程
- Java系統化項目開發教程
- 蘋果的產品設計之道:創建優秀產品、服務和用戶體驗的七個原則
- Fast Data Processing with Spark(Second Edition)
- Go語言編程
- SQL Server 2008 R2數據庫技術及應用(第3版)
- JSP程序設計實例教程(第2版)
- Mastering Bootstrap 4
- Java 11 and 12:New Features
- Unity 5 Game Optimization