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.
Por Dunguinha
Posts
#73815
Olá.
Poderiam me ajudar com um código para salvar as TextBox do formulário na planilha?
Só preciso que não duplique a data na Coluna "B".
Caso já exista a data digitada no TextBox1 na coluna "B" só fazer alteração na coluna "C".
Você não está autorizado a ver ou baixar esse anexo.
#73820
Experimente:

Private Sub CommandButton1_Click()
Dim r As Range
Set r = [B:B].Find(CDate(TextBox1.Value))
If Not r Is Nothing Then
r.Offset(, 1).Value = TextBox2.Value
Else: Cells(Rows.Count, 2).End(3)(2).Resize(, 2).Value = Array(CDate(TextBox1.Value), TextBox2.Value)
End If
Unload Me
End Sub
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