Using WIN32OLE with word : Word « Windows Platform « Ruby






Using WIN32OLE with word


require 'win32ole'

wordobj = WIN32OLE.new("word.application")

wordobj.documents.add()

 








Related examples in the same category

1.Write the Code to Insert Data into Word
2.Microsoft Word document
3.Open a word file and print it out