Application.run Probleme

  • Hallo,

    habe in einer Excel einen Command_Button der bei Klicken andere Excel Dateine öffnen soll und dann dort Command_Buttons ausführen soll. Nur kommt bei application.run immer der Laufzeitfehler 1004

    Mein Code:

    Private Sub CommandButton1_Click()

    const e= "C:\Users\Verdoppeln\x\xxx.xls"

    Workbooks.Open e

    Application.Run "CommandButton6_Click"

    End Sub


    Command_Button6_Click ist der Makroname in der geöffneten Datei. Kann mir da einer helfen?