Gruppe
Datei
Problem
Der Datei-Öffnen-Dialog soll mit einem vorgegebenen Dateinamen aufgerufen werden.
StandardModule: Modul1 Sub CallDialog() Dim vFile As Variant SendKeys "test.xls{home}+{end}" Application.FindFile End Sub