- 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.
- OpenCV 3和Qt5計(jì)算機(jī)視覺(jué)應(yīng)用開(kāi)發(fā)
- Practical Game Design
- Python自然語(yǔ)言處理(微課版)
- PHP+MySQL網(wǎng)站開(kāi)發(fā)項(xiàng)目式教程
- C++面向?qū)ο蟪绦蛟O(shè)計(jì)習(xí)題解答與上機(jī)指導(dǎo)(第三版)
- 微服務(wù)從小白到專(zhuān)家:Spring Cloud和Kubernetes實(shí)戰(zhàn)
- Unity 3D腳本編程:使用C#語(yǔ)言開(kāi)發(fā)跨平臺(tái)游戲
- Mastering AWS Security
- 從零開(kāi)始學(xué)UI:概念解析、實(shí)戰(zhàn)提高、突破規(guī)則
- Node.js 6.x Blueprints
- Python面向?qū)ο缶幊蹋ǖ?版)
- 流程讓管理更高效:流程管理全套方案制作、設(shè)計(jì)與優(yōu)化
- Java程序設(shè)計(jì)項(xiàng)目教程(第二版)
- UG 12.0數(shù)控編程實(shí)例教程
- 深入理解LLVM:代碼生成