[TABLE="width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Address[/TD]
[TD]Description[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]2nd Street, NY[/TD]
[TD]A1A1 is 35 year old, A1A1 is NewYork ....[/TD]
[/TR]
[TR]
[TD]Kevin[/TD]
[TD]4th street, FL[/TD]
[TD][TABLE="width: 500"]
<tbody>[TR]
[TD]A1A1 is 35 year old, A1A1 is Florida ....[/TD]
[/TR]
[TR]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD]Manly[/TD]
[TD]5Th street, NY[/TD]
[TD][TABLE="width: 500"]
<tbody>[TR]
[TD]A1A1 is 35 year old, A1A1 is NewYork ....[/TD]
[/TR]
[TR]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD]A1A1 is 35 year old, A1A1 is NewYork ....[/TD]
[/TR]
[TR]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD]Drake[/TD]
[TD]77th Street, NY[/TD]
[TD][TABLE="width: 500"]
<tbody>[TR]
[TD]A1A1 is 35 year old, A1A1 is NewYork ....[/TD]
[/TR]
[TR]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD]Bale[/TD]
[TD][/TD]
[TD][TABLE="width: 500"]
<tbody>[TR]
[TD]A1A1 is 35 year old, A1A1 is NewYork ....[/TD]
[/TR]
[TR]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
I have a CSV Table with Rows and Columns like the Above and i want a VBA Code that would find A1A1 in the Description Column and Replace with a name corresponding to respective.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Address[/TD]
[TD]Description[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]2nd Street, NY[/TD]
[TD]John is 35 Years old, John is NewYork[/TD]
[/TR]
[TR]
[TD]Kent[/TD]
[TD]4th Street, FL[/TD]
[TD]Kent is 35 Years old, Kent is Florida[/TD]
[/TR]
</tbody>[/TABLE]
I have over 30,000 record which i need to find and replace in a stop time, so can anyone help me out please.
<tbody>[TR]
[TD]Name[/TD]
[TD]Address[/TD]
[TD]Description[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]2nd Street, NY[/TD]
[TD]A1A1 is 35 year old, A1A1 is NewYork ....[/TD]
[/TR]
[TR]
[TD]Kevin[/TD]
[TD]4th street, FL[/TD]
[TD][TABLE="width: 500"]
<tbody>[TR]
[TD]A1A1 is 35 year old, A1A1 is Florida ....[/TD]
[/TR]
[TR]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD]Manly[/TD]
[TD]5Th street, NY[/TD]
[TD][TABLE="width: 500"]
<tbody>[TR]
[TD]A1A1 is 35 year old, A1A1 is NewYork ....[/TD]
[/TR]
[TR]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD]A1A1 is 35 year old, A1A1 is NewYork ....[/TD]
[/TR]
[TR]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD]Drake[/TD]
[TD]77th Street, NY[/TD]
[TD][TABLE="width: 500"]
<tbody>[TR]
[TD]A1A1 is 35 year old, A1A1 is NewYork ....[/TD]
[/TR]
[TR]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD]Bale[/TD]
[TD][/TD]
[TD][TABLE="width: 500"]
<tbody>[TR]
[TD]A1A1 is 35 year old, A1A1 is NewYork ....[/TD]
[/TR]
[TR]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
I have a CSV Table with Rows and Columns like the Above and i want a VBA Code that would find A1A1 in the Description Column and Replace with a name corresponding to respective.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Address[/TD]
[TD]Description[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]2nd Street, NY[/TD]
[TD]John is 35 Years old, John is NewYork[/TD]
[/TR]
[TR]
[TD]Kent[/TD]
[TD]4th Street, FL[/TD]
[TD]Kent is 35 Years old, Kent is Florida[/TD]
[/TR]
</tbody>[/TABLE]
I have over 30,000 record which i need to find and replace in a stop time, so can anyone help me out please.