Using WIN32OLE with PowerPoint : Powerpoint « Windows Platform « Ruby






Using WIN32OLE with PowerPoint


require 'win32ole'


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

 

Related examples in the same category