always_confused
Board Regular
- Joined
- Feb 19, 2021
- Messages
- 68
- Office Version
- 2016
- Platform
- Windows
Hello,
I have 2 lists that i'd like to be able to compare in my spreadsheet. One is quite short (20 rows), and one is quite long(75 000 rows). To do this, I would like to split the spreadsheet into two parts with independent vertical scrolling. I have seen that using .SplitColumn I get the correct splitting but the scrolling is independent horizontally and vice versa for .Split Row. Is there some other way to achieve this splitting with independent vertical scrolling.
Not really looking for other solutions to the problem that don't include the split screen, as I already have a solution I'm happy with (buttons that just send you to the correct spot in either list), but my boss insists on this split screen way of doing things.....
Thanks for your help.
I have 2 lists that i'd like to be able to compare in my spreadsheet. One is quite short (20 rows), and one is quite long(75 000 rows). To do this, I would like to split the spreadsheet into two parts with independent vertical scrolling. I have seen that using .SplitColumn I get the correct splitting but the scrolling is independent horizontally and vice versa for .Split Row. Is there some other way to achieve this splitting with independent vertical scrolling.
Not really looking for other solutions to the problem that don't include the split screen, as I already have a solution I'm happy with (buttons that just send you to the correct spot in either list), but my boss insists on this split screen way of doing things.....
Thanks for your help.