9.0
92
String Group
Asc, AscB, AscW, Chr, ChrB, ChrW, Format, Hex, InStr, InStrB, InStrRev, LCase, Left, LeftB, Len, LenB, LTrim, Mid,
MidB
, Oct, Replace, Right, RightB, RTrim, Space, String, Str, StrComp, StrConv, StrReverse, Trim, UCase.
Time/Date Group
Date, DateAdd, DateDiff, DatePart, DateSerial, DateValue, Day, Hour, Minute, Month, MonthName, Now, Second,
Time
, Timer, TimeSerial, TimeValue, Weekday, WeekdayName, Year.
User Dialog Group
Begin Dialog...End Dialog, CancelButton, CheckBox, ComboBox, DropListBox, GroupBox, ListBox, MultiListBox,
OKButton
, OptionButton, OptionGroup, Picture, PushButton, Text, TextBox.
User Input Group
Dialog, GetFilePath, InputBox, MsgBox. ShowPopupMenu
Variable Info Group
IsArray, IsDate, IsEmpty, IsError, IsMissing, IsNull, IsNumeric, IsObject, LBound, TypeName, UBound, VarType.
Class Module
Group
Declaration
Description
A class module implements an ActiveX Automation object.
Has a set of Public procedures accessible from other macros and modules.
These public symbols are accessed via an object variable.
Public Consts, Types, arrays, fixed length strings are not allowed.
A class module is similar to a object module except that no instance is automatically created.
To create an instance use:










