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