Search column from A1:CE1. If matched than copy entire row for that column.
I have a folder, which contains 1000 of excel workbook, I am trying to open workbook 1 by 1. In sheet 1 I am searching all columns using case.
Now problem is that I want to copy entire row 1 by 1 if column matched.
For example:
![]()
Case "Date" WSDest.Range("B" & LastRow) = _ col.End(xlDown).Value 'col.Value 'Range(Selection, Selection.End(xlUp)).Select
Your help will be much appreciated.











LinkBack URL
About LinkBacks


Register To Reply


Bookmarks