Roll through a data set using a unique row count property to dynamically identify the last row that has data.1) LastRow = sht.Cells(sht.Rows.Count, "A").End(xlUp).Row2) for i = 1 to lastrow, nextsnippet credit goes to thespreadsheetguru
コメント