Lotus prof answer please

Hi I have a requirement.

I need to pick a word doc that resides in C:.

then paste that as file attachment in Excelsheet cell.

Call excelWorksheetObject.OLEObjects.Add(“Excel.Application”,“C:\export.doc”,False,False)

it throws error as “Add method failed.” any help

Has anyone done something simillar

Subject: Lotus prof answer please

Are you sure you need the “\” in the file path? I’m not 100% sure, but as its script, I don’t think you need to double slash it

HTH

Kiers