View Single Post
 
Old 03-18-2022, 04:31 AM
ericliu24 ericliu24 is offline Windows 10 Office 2019
Novice
 
Join Date: Mar 2022
Location: China
Posts: 21
ericliu24 is on a distinguished road
Default How to code this essay outline function

What I am trying to do is to make essay writing easier by providing a function of allowing the student to choose an preset essay outline from a list.

For example:

there are two outlines as below:
outline 1:

There are several pros of .... Firstly, ... Secondly,...
However, it does not mean it has no flaws. ...

outline 2:
The major pro of ... is ....
On the other hand, it also has some cons. Firstly, ... Secondly,...

Now, I would like to create a dropdown list to allow the user to choose the outline, and the chosen outline will be pasted to a richtext content control automatically.

I tried to use text of dropdown list entries , but it doesn't support line break.

Is there any other ways to do it, like repeating section or building block gallery ?

I am a newbie in VBA, and your help is greatly appreciated .
Reply With Quote