scrolling text

  • Thread starter Thread starter ColsHub
  • Start date Start date
C

ColsHub

I have a very tall cell in my spreadsheet. Does anyone know how to use
view/toolbars/control_toolbox/Scrollbar to scroll the text within a
cell? It would be nice if the scrollbar would automatically appear if
your text exceeded the height of the cell
(e-mail address removed)
 
Cells don't support scrolling, and while it may be possible to work out a
scrolling routine for them I sure wouldn't want to code it.
Would it be possible to simply embed a scrolling textbox within the cell to
achieve your purpose?
 
I doubt it would be possible (although you might be able to simulate
something by dealing with substrings)

Why not put a textbox over the cell and link it to the cell if you need to
have the text in the cell as well. An activeX textbox should have its own
built in scrollbar.
 

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