From: Peter Bailey Date: 2006-10-26T21:44:12+09:00 Subject: Win32OLE. Opening an existing file. Hi, Can someone tell me how I can use Win32OLE to open an existing file? All the doc I've seen just shows you how to start a new file, like this: require 'Win32ole' excel = WIN32OLE.new("excel.application") Thanks, Peter -- Posted via http://www.ruby-forum.com/.