If want to see a list of the functions available in the VBA language just type
vba.
in the code window
You don’t need to include vba. when using the function in code.
If you see a function with a $ in its name it means it returns a string (text) eg UCase$
(Thanks to John Walkenbach for this tip.)
Click here to see how you can run a Macro off a Quick Access Toolbar icon.


