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.
#70557
Bom dia!

Tenho uma tabela com colunas de registro do número da oportunidade(coluna A), nome do cliente (coluna B), segmento (coluna C), Solução (coluna D), etc.

Gostaria de formatar os campos das colunas B, C, D como obrigatórios, caso o campo da coluna A esteja preenchido.
Se os campos obrigatórios não estiverem preenchidos, deve-se impossibilitar de salvar a planilha.

Desde já, agradeço.
#70559
Experimente:
Código: Selecionar todos
Private Sub Workbook_BeforeSave(ByVal SaveAsUI As Boolean, Cancel As Boolean)
 Dim LR As Long
  With Sheets("Planilha1")
   LR = .Cells(Rows.Count, 1).End(3).Row
   If Application.CountA(.Range("B2").Resize(LR - 1, 3)) < (LR - 1) * 3 Then
    MsgBox "PREENCHA TODOS OS CAMPOS OBRIGATÓRIOS"
    Cancel = True
   End If
  End With
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