jenniferpastan
New Member
Let me first give an eg in xl-2007
my data in a sheet named ProductList
Columns
[pre]
[/pre]
and the output in sheet ProductList will be
Code Name Make Type and so on
1001
1002
1003 Carpet ABC&Co. GN
1004 Brush RR Trader GN
1005
1006 Gloves XYZ&co. GN[/code][/pre]
As you see the Code number should'nt be deleted in the ProductList sheet. I have such 7000+ records. The Code number is not repeated.The Code number in UsedNos sheet matches with the number in the ProductList sheet and delets the record.
thanks
my data in a sheet named ProductList
Columns
[pre]
Code:
A B C D E F and so on till column M
Code Name Make Type and so on
1001 Pillow ABC&Co. GN
1002 BedSheet ABC&Co. GN
1003 Carpet ABC&Co. GN
1004 Brush RR Trader GN
1005 Cleaner XYZ&Co. GN
1006 Gloves XYZ&co. GN
need some method wherein I enter the code number
only, in another sheet named UsedNos in column A like
[pre][code]A
1005
1002
1001
etc
and the output in sheet ProductList will be
Code Name Make Type and so on
1001
1002
1003 Carpet ABC&Co. GN
1004 Brush RR Trader GN
1005
1006 Gloves XYZ&co. GN[/code][/pre]
As you see the Code number should'nt be deleted in the ProductList sheet. I have such 7000+ records. The Code number is not repeated.The Code number in UsedNos sheet matches with the number in the ProductList sheet and delets the record.
thanks