Sending data to MSWord

Hi, i have Exported data to Excel by writing the code as follows ->Set xlapp=createobject(“excel.application”) xlapp.visible=True

xlapp.workbooks.add

Set mysheet=xlapp.workbooks(1).worksheets(1)

mysheet.name="CycleType wise Data"

but what should be written for MsWord, particularly what i have to write against following code in for sending data to word.

            workbooks.add 

Set mysheet=xlapp.workbooks(1).worksheets(1)

mysheet.name="CycleType wise Data"

thanks & regards

Rupesh

Subject: Sending data to MSWord

use “search” :slight_smile:

try this link

http://www-10.lotus.com/ldd/nd6forum.nsf/55c38d716d632d9b8525689b005ba1c0/4566fad5390db940852570d1003c8c8c?OpenDocument&Highlight=0,word