VBA Excel Basic - Como inserir dados numa célula - How To Enter Data into a Cell



É importante deixar alguns tópicos neste Blog, que sejam voltados para quem está iniciando na utilização do VBA - Visual Basic for Application.

Sub sbExample2()
    'It will enter the data into B5
    Range("B5") = "Hello World! using Range"
    'You can also use Cell Object as shwon below B6:
    Cells(6, 2) = "Hello World! using Cell" 'Here 6 is Row number and 2 is Column number
End Sub

TagsVBA, Basic, Excel, worskheet, Sheet, cell, célula, dados, Enter Data,


Nenhum comentário:

Postar um comentário

diHITT - Notícias