Hi, I'm automating a process that includes transferring data from an .rtf file into Excel. Doing this manually seems easiest by opening it in Word, selecting all and then copy/pasting back into Excel. I'd like to do this in a macro - can anyone give me some code to open a certain file (say \\server\Share\file.rtf) in Word and then select all data and copy, or suggest a way to do this all in Excel (each way I've opened it in Excel has brought in all kinds of code too). I've tried around ShellExecute but can't get this to work either.
Thanks in advance
Thanks in advance