MS Excel
TalSolution
Saving Center
MS Excel
MS Access
SQL
Google Blogger
Auto Fill VBA
Public Sub MyAutoFill()
'Declare range Variables
Dim selection1 As Range
Dim selection2 As Range
Set selection1 = Sheet1.Range("A1:A2")
Set selection2 = Sheet1.Range("A1:A20")
'Autofill
selection1.AutoFill Destination:=selection2
End Sub
Newer Post
Older Post
Home