I have a list of numbers in an Excel sheet. I.e . one column about 20 rows of numbers. Let’s say its called list A then I have some multi row multi column Excel sheet2 in which column C may contain some of the numbers of list A.
how can i delete the rows in excel sheet2 which contain list A numbers in column C
I have a list of numbers in an Excel sheet. I.e . one column
Share
It is not really possible to delete rows from Excel through ADO (http://support.microsoft.com/kb/257819), however, you can create a new sheet that does not include the rows you want to delete. You might find this easier with column headings and named ranges. Here is an example that does not include column headings or ranges, so the SQL refers to the various columns as Fn (default) and the sheets as [Sheetn$]