P pswanie Jan 19, 2008 #1 one more Q. how will i go to the last cell in column b and make that the caption for label1?
V Vlado Sveda Jan 19, 2008 #3 because of new limits in Excel 2007 (1 Mega rows) I recommend to do it this way: Label1.Caption = Cells(Cells.Rows.Count, 2).End(xlUp).Value Vlado
because of new limits in Excel 2007 (1 Mega rows) I recommend to do it this way: Label1.Caption = Cells(Cells.Rows.Count, 2).End(xlUp).Value Vlado