hi,
i wanted to write a macro that would truncate the cell B1 to 10 character from the right. Then rename the sheet with the right bit of the cell. And finally delete both cells. And repeat this process with all sheet in the workbook (they all contain a section number and section description in B1)
E.G.
i have in cell B1 this value:
[TABLE="width: 309"]
<tbody>[TR]
[TD="width: 309"]Section 1 Who - All accounts: 1 record per account
[/TD]
[/TR]
</tbody>[/TABLE]
i want the macro to truncate it after section 1 and rename the tab of the sheet with section 1. And then delete both cells (the one with "section 1" and the one with "Who - All accounts: 1 record per account".
i wanted to write a macro that would truncate the cell B1 to 10 character from the right. Then rename the sheet with the right bit of the cell. And finally delete both cells. And repeat this process with all sheet in the workbook (they all contain a section number and section description in B1)
E.G.
i have in cell B1 this value:
[TABLE="width: 309"]
<tbody>[TR]
[TD="width: 309"]Section 1 Who - All accounts: 1 record per account
[/TD]
[/TR]
</tbody>[/TABLE]
i want the macro to truncate it after section 1 and rename the tab of the sheet with section 1. And then delete both cells (the one with "section 1" and the one with "Who - All accounts: 1 record per account".