Consegui
Sub InsereMat()
'
' InsereMat Macro
'
' Atalho do teclado: Ctrl+r
'
Dim varMat As Integer
Dim varCel As Integer
Dim varLoop As Integer
varLoop = 0
varMat = InputBox("Qual a matrícula?")
varCel = InputBox("Quantas celulas serão Usadas?")
Do While varCel > varLoop
ActiveCell = varMat
ActiveCell.Offset(1, 0).Range("A1").Select
varLoop = varLoop + 1
Loop
End Sub
Obrigado!
Alexandrevba obrigado pela apostila
Postado : 21/11/2012 1:43 pm