Big Chemical Encyclopedia

Chemical substances, components, reactions, process design ...

Articles Figures Tables About

Built-In Functions of VBA

There are many built-in functions in VBA, but only a small number of them apply to scientific and engineering applications. Table 2.1 shows a list of just a few of them. [Pg.33]

Round X to n digits after decimal Round(x, n) ROUND(x, n) [Pg.34]

To see the entire list, click the question mark for help. Then choose Microsoft Visual Basic DocumentationA isual Basic Language Reference/Functions. The functions are grouped alphabetically. [Pg.34]

Also shown in Table 2.1 are the corresponding Excel functions (ones that can be accessed directly from a Worksheet). Note that the VBA functions are capitalized. Perhaps the most confusing one is Sqr for taking the square root. The corresponding Excel function is the more usual SQRT. [Pg.34]

Excel functions that have no VBA counterpart can be called from VBA. Eor example, if it is desired to use the Pi() function within a VBA program, the Appl ication method can be used as in the following Function  [Pg.34]


See other pages where Built-In Functions of VBA is mentioned: [Pg.33]   


SEARCH



Functionality built

© 2024 chempedia.info