sharky12345
Well-known Member
- Joined
- Aug 5, 2010
- Messages
- 3,422
- Office Version
- 2016
- Platform
- Windows
I'm using this to load a Listbox on a Userform as the form is loaded;
I now need to take this a step further if possible - I now need to load only those values where the value of the 2nd offset column is "Yes".
Anyone?
Code:
ListBox4.RowSource = Range(Sheet5.Range("U2"), Sheet5.Range("U11").End(xlUp)).Address(, , , True)
I now need to take this a step further if possible - I now need to load only those values where the value of the 2nd offset column is "Yes".
Anyone?