Dear All,
I have two excel files which I am opening using OLEDB.
I want to put filter at a column [INPUT]=@ and copy the datas from Column B,C,D,E ,F from the source excel sheet to another excel sheet B,C,D,E
How to write the Insert statement . Is it something like this below.
"INSERT INTO [Sheet1$] ([A],
,[C],[D],[E])VALUES([Output.A]&"",[Output.B]&"",[Output.C],[Output.D],[Output.E])"
where Sheet1 is the name of my destination sheet where data will be pasted.
Source Excel Sheet
Destination Sheet
![25080.png 25080.png](/t5/image/serverpage/image-id/25212iBE3FCB8DF532C351/image-size/large?v=v2&px=999)
------------------------------
Marina Dutta
------------------------------