Hello David (and the others with this problem), workaround: Option Explicit Dim oNppApplication CreateObject("Wscript.Shell").Run """C:\Program Files\Notepad++\notepad++.exe""", 1, True Set oNppApplication = CreateObject("NotepadPlusPlus.Application") Call oNppApplication.activeEditor.newFile() Call oNppApplication.activeEditor.write("This text has been written by the example script!") regards Albrecht
Hello David, I tried all things above, the conclusio is, that is still(or maybe again) the issue of your Ticket 1 regards Albrecht