Thanks for your help ... my code is shown below for running Notepad++ with commandline options/arguments from Access VBA.
strNPPathFilename = "C:\Program Files\Notepad++\notepad++.exe"
strNPCmdLineOption1 = "-ro"
strNPCmdLineOption2 = "-nosession"
strTxtPathFilename = strTxtPath &...