Читать книгу Excel 2019 Power Programming with VBA - Michael Alexander, Dick Kusleika - Страница 179
Built-in Functions
ОглавлениеLike most programming languages, VBA has a variety of built-in functions that simplify calculations and operations. Many VBA functions are similar (or identical) to Excel worksheet functions. For example, the VBA function UCase
, which converts a string argument to uppercase, is equivalent to the Excel worksheet function UPPER
.
Appendix A contains a complete list of VBA functions, with a brief description of each. All are thoroughly described in the VBA Help system.