I've got a bit of a problem with a form I'm creating in Excel with VBA.
On the left side of the form there's a column that defines the row (eg. a name). Then, for the next 15-20 columns the user is to input data. The problem is, by the time you get far over you can't see the first column anymore. It's pretty tricky to try to change one of the far right cells without scrolling back and forth a bunch of times.
Is there a way I can freeze one column so that it never scrolls off the left side? So that once you scroll right it just becomes (in effect) an extension of the row numbers?
If this solution isn't possible, then any suggestions for solving the problem are appreciated nonetheless.
On the left side of the form there's a column that defines the row (eg. a name). Then, for the next 15-20 columns the user is to input data. The problem is, by the time you get far over you can't see the first column anymore. It's pretty tricky to try to change one of the far right cells without scrolling back and forth a bunch of times.
Is there a way I can freeze one column so that it never scrolls off the left side? So that once you scroll right it just becomes (in effect) an extension of the row numbers?
If this solution isn't possible, then any suggestions for solving the problem are appreciated nonetheless.