I have a report where every cell in column "F" has an expense description separated by multiple colon ":" symbols. I cannot seem to write a macro that will find the last colon in the cell and eliminate everything following it, including the last colon as well.
I would like the program to do this for every cell in the entire column as I dont know how long the report will be and there are blanks in between cells at times.
Here is the format in the cells:
[TABLE="width: 808"]
<tbody>[TR]
[TD="width: 808"]Cell Phone:Cell Phone - October:Verizon[/TD]
[/TR]
</tbody>[/TABLE]
thank you so much and let me know if you have questions.
I would like the program to do this for every cell in the entire column as I dont know how long the report will be and there are blanks in between cells at times.
Here is the format in the cells:
[TABLE="width: 808"]
<tbody>[TR]
[TD="width: 808"]Cell Phone:Cell Phone - October:Verizon[/TD]
[/TR]
</tbody>[/TABLE]
thank you so much and let me know if you have questions.