Ruby Using WIN32OLE with PowerPoint

require 'win32ole'

powerobj = WIN32OLE.new("powerpoint.application")

编程技巧