[VBA] Dim CounterA As Long, ColumnA As String
ColumnA = "A"
CounterA = 1
Cells(10, 10).Formula = "=" & ColumnA & CounterA[/VBA]
[VBA] Dim CounterA As Long, ColumnA As String
ColumnA = "A"
CounterA = 1
Cells(10, 10).Formula = "=" & ColumnA & CounterA[/VBA]