Scrolling

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

Guest

I want to be able to scroll a table only up and down NOT left and Right.
Could anybody help me Thank you
 
alexc said:
I want to be able to scroll a table only up and down NOT left and Right.

One simple way is to just hide all cols to the right of your table -
assuming your table starts in col A. If your table starts in say, col C, then
you could also hide away cols A and B, besides the cols to the right.

---
 
Back
Top