I\'m trying to call an Excel macro that\'s in another workbook. It\'s a sheet-specific macro, but the syntax given by Microsoft documentation and researching on the web, on
You can use this:
Run "'" & MySheet.Parent.name & "'!" & MySheet.CodeName & ".macroName"