Hello
I have a programme that creates a notepad document, how do I send the contents of log.txt
to open in MS Excel. I don't want to see log.txt at all.
thanks in advance
V
Printable View
Hello
I have a programme that creates a notepad document, how do I send the contents of log.txt
to open in MS Excel. I don't want to see log.txt at all.
thanks in advance
V
Try:
Shell Chr(34) & "C:\Program Files\Miscrosoft Office\Office\Excel.exe" & Chr(34) & " C:\Log.txt", vbNormalFocus
Aaron Young
Analyst Programmer
[email protected]
[email protected]
Thank you