You are on page 1of 1

Sub sbWriteIntoCellData()

Cells(1, 1)="Welcome To VBA"


'Here the first value is Row Value and the second one is column value
'Cells(1, 1) means first row first column
End Sub

You might also like