I have a column (1,11) to (5,11) where sometimes there is a value of either a number or text (eg. 5, 20, 100, 500, Misc Vol). Sometimes there is only a single value within the column on one of the rows. Often there is multiple (upto 3 values). I'm after vba code that will loop through and ignore the empty cells within the column and once it finds a value, show the value in 'label1' control. Subsequently if it finds an additional value in the column, show that value in 'label2' control. Then repeat if necessary and show that value 'label3' control (if there are three seperate values in the column range). Thankyou for considering the above and any assistance given.