Click to See Complete Forum and Search --> : Sending Data to Excell


GinnyLee
January 13th, 2000, 10:11 AM
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

Aaron Young
January 13th, 2000, 01:36 PM
Try:

Shell Chr(34) & "C:\Program Files\Miscrosoft Office\Office\Excel.exe" & Chr(34) & " C:\Log.txt", vbNormalFocus

Aaron Young
Analyst Programmer
ajyoung@pressenter.com
aarony@redwingsoftware.com

GinnyLee
January 14th, 2000, 02:48 AM
Thank you