Getting Scroll Bars in a text cell

  • Thread starter Thread starter theal
  • Start date Start date
T

theal

I want to add a scroll bar into a cell that is a
particular size (similar to the box I am typing this in).
How do I do that in excel? I have tried adding scroll bars
but it only deletes my text and adds a number in its
place - depending on how many lines down I scroll.

Any help would be greatly appreciated.
 
I don't think you'll be able to add a scrollbar to a cell that will scroll down
within the cell.

But maybe you could add a textbox from the control toolbox toolbar.

Right click on it and select properties.

Change multiline to true
change enterkeybehavior to true
and change scrollbars to vertical (or horizontal or both)
 
Back
Top