davedave24
Programmer
Hi all. I have a column with many different entries. It's set out weekly, so for each week there will be column headings. How would I load the contents of the column into a listbox, while skipping the empty cells and the column heads?
Example: the string to skip (the heading) is "Consignment Note"
C1 = "Consignment Note"
C2:C10 = stuff we want
*blank cells*
C14 = "Consignment Note"
C15:C26 = stuff we want
*blank cells*
C30 = "Cosignment Note"
C31:C35 = stuff we want
*blank cells
C39 = "Consignment Note"
etc.
etc.
The 'consignment note' string will not appear in any of the data we want by chance; it's all random numbers/letters.
Thanks in advance guys.
Example: the string to skip (the heading) is "Consignment Note"
C1 = "Consignment Note"
C2:C10 = stuff we want
*blank cells*
C14 = "Consignment Note"
C15:C26 = stuff we want
*blank cells*
C30 = "Cosignment Note"
C31:C35 = stuff we want
*blank cells
C39 = "Consignment Note"
etc.
etc.
The 'consignment note' string will not appear in any of the data we want by chance; it's all random numbers/letters.
Thanks in advance guys.