Este fórum está sendo desativado

Depois de 9 anos, este fórum será desativado. Mas calma.... estamos migrando para uma comunidade no DISCORD. Junte-se a nós.

ENTRAR PARA DISCORD

Tópicos relacionados a códigos VBA, gravação de macros, etc.
  • Avatar do usuário
  • Avatar do usuário
#11952
Em um exemplo. Eu teria uma planilha com um userform Nele possui uma textbox "txtboxnome" ao clicar em um botão com nome "btsalvar" ele salva na ultima celula sem texto da coluna A.

Que códigos eu usaria nesse "btsalvar" neste caso?
#11953
Boa noite,

seria assim:
Código: Selecionar todos
Private Sub cmdSALVAR_Click()
    ActiveWorkbook.Sheets("Plan1").Activate
    Range("A1").Select
    Do
    If IsEmpty(ActiveCell) = False Then
        ActiveCell.Offset(1, 0).Select
    End If
    Loop Until IsEmpty(ActiveCell) = True
    ActiveCell.Value = txtNome.Value
        
    Range("A1").Select
    
   txtNome.Value = ""
    
End Sub
Imagem

Att
long long title how many chars? lets see 123 ok more? yes 60

We have created lots of YouTube videos just so you can achieve [...]

Another post test yes yes yes or no, maybe ni? :-/

The best flat phpBB theme around. Period. Fine craftmanship and [...]

Do you need a super MOD? Well here it is. chew on this

All you need is right here. Content tag, SEO, listing, Pizza and spaghetti [...]

Lasagna on me this time ok? I got plenty of cash

this should be fantastic. but what about links,images, bbcodes etc etc? [...]

Estamos migrando para uma comunidade no Discord