Read required columns data from Excel
Hi All,I Have a Excel file with sheet 1 containing columns A,B,C,D.............Y,ZI want to read data of columns C,E,W,X from excel file. I dont want remaining data.I tried get worksheet range as collection, but its working only for single column and...