Hey all,
I'm trying to create a macro that asks a user for how many lines of text to insert. The end result will be this is the user typed in "3":
<ul>
<li></li>
<li></li>
<li></li>
</ul>
(you can see where I'm going with this) The user is prompted for how many list items he wants and the above is inserted if he responds with "3".
Thanks for any help!
I'm trying to create a macro that asks a user for how many lines of text to insert. The end result will be this is the user typed in "3":
<ul>
<li></li>
<li></li>
<li></li>
</ul>
(you can see where I'm going with this) The user is prompted for how many list items he wants and the above is inserted if he responds with "3".
Thanks for any help!