Re,
C'est encore moi.
A ma connaissance, ce n'est pas possible. Par contre, avec ce genre d'astuce, tu dois t'en sortir :
MonFic = "Fichier.log"
Set wShell = CreateObject("Wscript.Shell" )
wShell.Run "%windir%\notepad.exe /p " & MonFic, 0
Set wShell = Nothing