davidmyers
Board Regular
- Joined
- Jan 29, 2017
- Messages
- 88
- Office Version
- 2016
- Platform
- Windows
Hi,
I understand it's not possible to format text in a vba textbox, I need to copy the textbox content to a cell eg. in the textbox I have:
1. bla bla bla
2. bla bla bla
3. bla bla bla
What I want to see in the cell is:
1. bla bla bla
2. bla bla bla
3. bla bla bla
Is it possible to do this with vba code after I copy the textbox content to the cell, that is make bold the number at the start of each line?
Thanks for any help
David
I understand it's not possible to format text in a vba textbox, I need to copy the textbox content to a cell eg. in the textbox I have:
1. bla bla bla
2. bla bla bla
3. bla bla bla
What I want to see in the cell is:
1. bla bla bla
2. bla bla bla
3. bla bla bla
Is it possible to do this with vba code after I copy the textbox content to the cell, that is make bold the number at the start of each line?
Thanks for any help
David
Last edited: