Hello,
I currently have the following code populating a list box i have:
ComboBox1.List = Application.Transpose(Sheets("Folders and Documents").Range("A1:D1").Value) 'Supplied to me from AlphaFrog!
The code im looking for will be used elsewhere, but i havent created the data yet so im using the above as a reference. What i need to do is have that same type of function, but only include every other cell in the list box.
So in the list, instead of showing A,B,C,D,E,F,G,H it would show A,C,E,G
Any ideas?
Thanks,
Trey
I currently have the following code populating a list box i have:
ComboBox1.List = Application.Transpose(Sheets("Folders and Documents").Range("A1:D1").Value) 'Supplied to me from AlphaFrog!
The code im looking for will be used elsewhere, but i havent created the data yet so im using the above as a reference. What i need to do is have that same type of function, but only include every other cell in the list box.
So in the list, instead of showing A,B,C,D,E,F,G,H it would show A,C,E,G
Any ideas?
Thanks,
Trey