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/.