Im currently trying to write a "controller" File with a macro, that opens other files and just calls 3 Macros in each file. All these files have the same structure. My Problem is that I can't see the VBA structure, but I do know the Macronames as they are shown to me. But everytime I try to call these macros im getting the following Error Message:
Runtimeerror 1004 The Makro !xxxx can't run. It's maybe not available in this file or all macros have been deactivated.
Macros are activated. If I click the button in that File the macro that gets triggered works perfectly fine.
Any suggestions welcome
Thanks
I've tried everything with wrong filenames with false characters and single commatas. The Opening of the File via Set wb = Workboos.open works perfectly fine, so the file name probably can't be a part of the problem.