Hi All,
I'm looking to create a macro that will take a input from extract master.xls workbook and search that contain in the transaction.xls workbook.
I need not want to search the entire row exactly, instead if the search string found any where in that row, that search string alone need to be removed from that row.
For example.
Search String (File : extract master.xls, Column : TAG) :-
PVT LTD
Search Row (File : transaction.xls, Column : INVESTOR'S NAME) :-
GATIMAN AUTO PVT LTD
RGK CONTROLS & COMPONENTS PVT LTD EMPGRO UP GRATUITY FUND
RAVI SERVICES PVT LTDSTAFF PROVIDENT FUND
Output Row :-
GATIMAN AUTO
RGK CONTROLS & COMPONENTS EMPGRO UP GRATUITY FUND
RAVI SERVICES PVT LTDSTAFF PROVIDENT FUND
The output row need to write at next column. I need to copy all the row to next column. The changed row need to filled with coloured, remaining other row will be copied exactly like that.
Examples I've found on this forum, I still cannot crack it and it doesn't solve my problem. Any help is greatly appreciated. Thanks.
Bookmarks