Skip to content

Instantly share code, notes, and snippets.

@xxxx7
Created August 1, 2015 23:38
Sub output1to100_8_2()
Range("A1").Value = 1
Range("A2").Value = 2
Range("A1:A2").AutoFill Destination:=Range("A1:A100")
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment