Updating a specific cell in Excel using OLEDB

Hi All,

I'm trying to update a specific cell of an Excel using OLEDB but I'm getting an error stating : Internal Error Cannot Execute the code stage as No value given for one or more required parameter.

My update query: "update [Sheet1$C5:C5] set F3=100"

Thanks in Advance
 
Top