Returns the script URL representing the passed VBA macro name.
Parameter aVBAMacroName
The VBA macro name to be resolved to a script URL. The macro name
may consist of up to three parts, divided by periods. The first two
parts are optional. The first part represents the VBA project name.
The second part represents the module name. The third part
represents the procedure name. Example: All the VBA macro names
"VBAProject.Module1.TestMacro", "Module1.TestMacro",
"VBAProject.TestMacro", and "TestMacro" may refer to the same VBA
procedure located in "Module" of the project "VBAProject". If the
module name is missing, then all modules are searched for a macro
with the specified name.