Rakesh Kumar
New Member
- Joined
- Apr 26, 2015
- Messages
- 7
Please help by accept my challange
i have two excels
1)Paragraph.xls
2)dictionary.xls
paragraph.xls contains sentences in cell range A1:A3000
dictionary.xls contains two row first having words and second having their meaning(like A1=add and B1=to join something)
can i run a macro in paragraph.xls to match and pick all the words meaning in B1:B3000 which contain in dictionary.xls to the paragraph.xls
Example:-
Paragraph.xls
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]A1[/TD]
[TD]To Add a Product[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]A2[/TD]
[TD]To delete a product[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]A3[/TD]
[TD]To Add and delete a Product[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Dictionary.xls
[TABLE="width: 500"]
<tbody>[TR]
[TD]A1[/TD]
[TD]Add[/TD]
[TD]To Join[/TD]
[/TR]
[TR]
[TD]A2[/TD]
[TD]Delete[/TD]
[TD]To Remove[/TD]
[/TR]
[TR]
[TD]A3[/TD]
[TD]Product[/TD]
[TD]After impliment raw goods[/TD]
[/TR]
</tbody>[/TABLE]
After running macro in Paragraph.xls output will be
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]A1[/TD]
[TD]To Add a Product[/TD]
[TD]Add >To Join
Product >After impliment raw goods[/TD]
[/TR]
[TR]
[TD]A2[/TD]
[TD]To delete a product[/TD]
[TD]Delete >To Remove
Product >After impliment raw goods[/TD]
[/TR]
[TR]
[TD]A3[/TD]
[TD]To Add and delete a Product[/TD]
[TD]Add >To Join
Delete >To Remove
Product >After impliment raw goods[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
i have two excels
1)Paragraph.xls
2)dictionary.xls
paragraph.xls contains sentences in cell range A1:A3000
dictionary.xls contains two row first having words and second having their meaning(like A1=add and B1=to join something)
can i run a macro in paragraph.xls to match and pick all the words meaning in B1:B3000 which contain in dictionary.xls to the paragraph.xls
Example:-
Paragraph.xls
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]A1[/TD]
[TD]To Add a Product[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]A2[/TD]
[TD]To delete a product[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]A3[/TD]
[TD]To Add and delete a Product[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Dictionary.xls
[TABLE="width: 500"]
<tbody>[TR]
[TD]A1[/TD]
[TD]Add[/TD]
[TD]To Join[/TD]
[/TR]
[TR]
[TD]A2[/TD]
[TD]Delete[/TD]
[TD]To Remove[/TD]
[/TR]
[TR]
[TD]A3[/TD]
[TD]Product[/TD]
[TD]After impliment raw goods[/TD]
[/TR]
</tbody>[/TABLE]
After running macro in Paragraph.xls output will be
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]A1[/TD]
[TD]To Add a Product[/TD]
[TD]Add >To Join
Product >After impliment raw goods[/TD]
[/TR]
[TR]
[TD]A2[/TD]
[TD]To delete a product[/TD]
[TD]Delete >To Remove
Product >After impliment raw goods[/TD]
[/TR]
[TR]
[TD]A3[/TD]
[TD]To Add and delete a Product[/TD]
[TD]Add >To Join
Delete >To Remove
Product >After impliment raw goods[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]