Hi!
I am working i VBA word.
I have created a userform that does many things but now I'm about to start work on the last one.
1. I want users to be able to paste text into a rich texteditor so that bold font and stuff like that don't get lost.
question: Is there a richtext control?
2. Then I want them to be able to save the text under a name for later use.
question: should i store them as variables in the program, or in a separate textfile? And how any tips?
3. When they open the program the saved texts get loaded, the click on one and it gets written in a word doucment.
question: how do i load the text, do i use some kind of loop function?
Hope you can clarify this or point me to something that already does this.
regards
Carl
I am working i VBA word.
I have created a userform that does many things but now I'm about to start work on the last one.
1. I want users to be able to paste text into a rich texteditor so that bold font and stuff like that don't get lost.
question: Is there a richtext control?
2. Then I want them to be able to save the text under a name for later use.
question: should i store them as variables in the program, or in a separate textfile? And how any tips?
3. When they open the program the saved texts get loaded, the click on one and it gets written in a word doucment.
question: how do i load the text, do i use some kind of loop function?
Hope you can clarify this or point me to something that already does this.
regards
Carl