MrManBoy
New Member
- Joined
- May 28, 2014
- Messages
- 37
- Office Version
- 365
- Platform
- Windows
- Mobile
- Web
Gday All
I am hoping if anyone could kindly please assist.
Trying to achieve: VBA to delete all rows in a specific column i.e "A", where the value begins with ","
Example Data:
[TABLE="class: outer_border, width: 200, align: left"]
<tbody>[TR]
[TD="align: center"]Column A
[/TD]
[/TR]
[TR]
[TD]Bloggs, Joe
[/TD]
[/TR]
[TR]
[TD]Doe, John
[/TD]
[/TR]
[TR]
[TD], Sam
[/TD]
[/TR]
[TR]
[TD], Matt
[/TD]
[/TR]
</tbody>[/TABLE]
Hopefully that does make sense, if not let me know what further info is required.
Thank you
I am hoping if anyone could kindly please assist.
Trying to achieve: VBA to delete all rows in a specific column i.e "A", where the value begins with ","
Example Data:
<tbody>[TR]
[TD="align: center"]Column A
[/TD]
[/TR]
[TR]
[TD]Bloggs, Joe
[/TD]
[/TR]
[TR]
[TD]Doe, John
[/TD]
[/TR]
[TR]
[TD], Sam
[/TD]
[/TR]
[TR]
[TD], Matt
[/TD]
[/TR]
</tbody>[/TABLE]
Hopefully that does make sense, if not let me know what further info is required.
Thank you