AlexanderBB
Well-known Member
- Joined
- Jul 1, 2009
- Messages
- 2,099
- Office Version
- 2019
- 2010
- Platform
- Windows
Someone told me a range did not have to be consecutive columns, and I'm pretty sure I confirmed that.
However when I set a range for a 2 column listbox :-
This first col is correctly CCol but the other is not "L" but the adjacent column to the right of cCol
Can I resolve this ? Maybe a named range? If yes, I'll look further into that.
Thanks.
However when I set a range for a 2 column listbox :-
VBA Code:
lstPrefix.List = .Range(cCol & First & ":" & cCol & Last, "L" & First & ":" & "L" & Last).Value
Can I resolve this ? Maybe a named range? If yes, I'll look further into that.
Thanks.