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