The Option Explicit tells VBA that all variables must be declared, which
helps avoid naming mistakes.
The Public Const is just creating a constant and loading it with a value. It
would seem that that constant will be used as the name of a toolbar created
later.