Rabiyudeen
New Member
- Joined
- Oct 13, 2016
- Messages
- 18
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]S.NO.[/TD]
[TD]NAME[/TD]
[TD]AGE[/TD]
[TD]LOCATION[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]JOHN abraham[/TD]
[TD]34[/TD]
[TD]WASHINGTON[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD][TABLE="width: 165"]
<colgroup><col></colgroup><tbody>[TR]
[TD]ANTONY RAJ[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]30[/TD]
[TD]NEW YORK[/TD]
[/TR]
</tbody>[/TABLE]
Hi everyone,
I need to delete the row in column B if the name has small case letter. For example in JOHN abraham , abraham is in small case so that particular row should be deleted.
I just wanted to know do we able to delete the row based on the small case letter in that particular column. If yes, please let me know the VBA code. Thanks
<tbody>[TR]
[TD]S.NO.[/TD]
[TD]NAME[/TD]
[TD]AGE[/TD]
[TD]LOCATION[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]JOHN abraham[/TD]
[TD]34[/TD]
[TD]WASHINGTON[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD][TABLE="width: 165"]
<colgroup><col></colgroup><tbody>[TR]
[TD]ANTONY RAJ[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]30[/TD]
[TD]NEW YORK[/TD]
[/TR]
</tbody>[/TABLE]
Hi everyone,
I need to delete the row in column B if the name has small case letter. For example in JOHN abraham , abraham is in small case so that particular row should be deleted.
I just wanted to know do we able to delete the row based on the small case letter in that particular column. If yes, please let me know the VBA code. Thanks