Gruppe
Extern
Problem
Wie kann ich NOTEPAD starten und dort automatisch den Inhalt der Zelle A1 eingeben?
StandardModule: basMain Sub CellToApplication() Application.SendKeys Range("A1").Value, True Shell "Notepad.exe", 3 End Sub