can I fix 1 column & scroll across others?

S

smurphytoo

I'm trying to set up a sheet where the first column is text, and th
subsequent columns are calculations. There are 52 calculation
columns. I'd like to fix the text column in place so it is always th
left-most column, while still being able to scroll through the othe
columns - that way I have a label to reference instead of trying t
follow row 12 back to column A to see what the row represents. Can yo
tell me how to do this
 
V

VBA Noob

Hi,

You could try selecting cell cell B2 and then selecting Windows >
Freeze Panes

VBA Noob
 
Top