Boa tarde!!
Criando um contador, onde ao selecionar cada linha terá o índice correspondente.
Índice baseado na coluna F
Option Explicit
Private Sub Worksheet_SelectionChange(ByVal Target As Excel.Range)
Dim RowOffset As Long
Dim IndexCol As String
RowOffset = 0
IndexCol = "F"
Intersect(ActiveCell.EntireRow, Columns(IndexCol)).Value = ActiveCell.Row + RowOffset
End Sub
Baixe rquivo em:
http://www.sendspace.com/file/gnqrfx
Att
Existem mil maneiras de preparar Neston. Invente a sua!
http://www.youtube.com/ExpressoExcel
Postado : 25/11/2012 12:22 pm