excelvbanoob420
New Member
- Joined
- Oct 5, 2022
- Messages
- 15
- Office Version
- 365
- Platform
- Windows
Hello,
I need help with a macro which will cut & paste the text to the next column if its not bold as shown below:
Input:
Output:
1. Change the column name from Text -> Text format
2. Create a new column called 'Parsed Text' which will have the text that is not bold and the bold items will be replaced with Fixedtext.
Thanks in advance
I need help with a macro which will cut & paste the text to the next column if its not bold as shown below:
Input:
ID | Type | Text |
1 | Fruit | Lorem Ipsum |
2 | Vegetables | Contrary to popular belief, |
3 | Fruit | going to use a passage |
4 | Fruit | Lorem Ipsum generators on the Internet |
5 | Vegetables | res, to generate Lorem Ipsum |
6 | Vegetables | for those interested |
7 | Vegetables | going through the cites of the word |
8 | Vegetables | chunk of Lorem Ipsum used |
9 | Vegetables | generator on the Internet |
Output:
1. Change the column name from Text -> Text format
2. Create a new column called 'Parsed Text' which will have the text that is not bold and the bold items will be replaced with Fixedtext.
ID | Type | Text format | Parsed Text |
1 | Fruit | Lorem Ipsum | Fixedtext |
2 | Vegetables | Contrary to popular belief, | |
3 | Fruit | going to use a passage | |
4 | Fruit | Lorem Ipsum generators on the Internet | Fixedtext |
5 | Vegetables | res, to generate Lorem Ipsum | Fixedtext |
6 | Vegetables | for those interested | |
7 | Vegetables | going through the cites of the word | Fixedtext |
8 | Vegetables | chunk of Lorem Ipsum used | |
9 | Vegetables | generator on the Internet | Fixedtext |
Thanks in advance