How to add a scrollable region in a word document(no HTML)?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to add a lot of text within a word document from another text
file and would like to enclose the added text within a scrollable region.

I know that I can probably use a listbox via VBA. However, I would like to
NOT use macros in the document.

Any ideas?

Al
 
Hi =?Utf-8?B?QUxfTE9OR08=?=,
I am trying to add a lot of text within a word document from another text
file and would like to enclose the added text within a scrollable region.

I know that I can probably use a listbox via VBA. However, I would like to
NOT use macros in the document.
What do you mean by "a scrollable region"? And which version of Word are we
talking about?

If your version has the "Control toolbox" toolbar, how about a Text box
control? Note that this will activate macro security, even if you don't write
any macro code. But if I understand you correctly this is the closest you're
going to get unless you choose to use Insert/Object to embed the file
(possibly as another Word document). In that case the user would have to
double-click in order to do any scrolling.

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or
reply in the newsgroup and not by e-mail :-)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top