Assigns the values 101 to 200 to the range B1:B100, and again does it more efficiently than a For...Next loop
Sub main() [B1:B100] = [ROW(101:200)] End Sub