Printing content enter in Text Box from Control Tool Bar

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

Guest

Hello,

In slide show view, I'm entering text into a Text Box that has been
generated using the Control Tool Bar. The scroll bar allows us to view text
that extends beyond the visible area of the Text Box.

Is there a way to ensure that when I print the slide, all the content in the
Text Box prints- not just the visible area of the slide. I'm sure it involves
code (if it's possible at all) and I'm a rookie at that, so "be gentle" when
answering...

Thanks much.
 
Hello,

In slide show view, I'm entering text into a Text Box that has been
generated using the Control Tool Bar. The scroll bar allows us to view text
that extends beyond the visible area of the Text Box.

Is there a way to ensure that when I print the slide, all the content in the
Text Box prints- not just the visible area of the slide. I'm sure it involves
code (if it's possible at all) and I'm a rookie at that, so "be gentle" when
answering...

Hm. A macro could grab the text from the control, hide it, then add a new
textbox in its place then keep reducing the font in the textbox until all the
text fits.

And then print.
 
Hello,

In slide show view, I'm entering text into a Text Box that has been
generated using the Control Tool Bar. The scroll bar allows us to view text
that extends beyond the visible area of the Text Box.

Is there a way to ensure that when I print the slide, all the content in the
Text Box prints- not just the visible area of the slide. I'm sure it involves
code (if it's possible at all) and I'm a rookie at that, so "be gentle" when
answering...

Thanks much.

Textbox control have a property named "AutoSize".
 
Back
Top