I have a requirement. I have an excel report with 5 sheets and I want to send a range of values (for example : values from cell E20:E40) ,( E70: E90 ) )from excel report sheet 3 to my local database table(oracle). Can anybody help to write some code in vba.
Thanks in advance .. ARUN
="INSERT INTO table_name ( column_name ) VALUES ( "&E20&");"intoF20and then copy/paste down intoF21:F40andF70:F90(or any empty column) then copy the output of those cells and paste it into your SQL client.