Scope
By default all functions (and subroutines) are public which means they can be called by code in ANY other code modules.
For clarity it is often good to prefix your function with the word "Public"
Private functions can only be called from within the SAME module.
Any functions will not appear in the (Tools > Macro > Macros) dialog box.
© 2026 Better Solutions Limited. All Rights Reserved. © 2026 Better Solutions Limited TopPrevNext