I am trying to open a file with notepad.
const strfilename = \"C:\\Users\\Desktop\\abc.txt\" set OFS = myOFSO.OpenTextFile(strfilename)
I
Could just call a shell command to execute notepad.exe with the file path.
returnvalue = Shell("notepad.exe " & strfilename, vbNormalFocus)