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
Por marcoenz
Posts
#65779
Prezados, como faço para poder alterar o título de uma inputbox?
Código: Selecionar todos
Sub ABRIR_PLANILHA_RH()

Dim SENHA As String
SENHA = InputBox("DIGITE A SENHA PARA ACESSAR A PASTA RH")
If SENHA <> "1234" Then
MsgBox ("SENHA INCORRETA, ACESSO NEGADO"), vbCritical, "ERRO"
Else
Sheets("RH").Select
ActiveSheet.Unprotect "1234"
MsgBox "SEJA BEM VINDO", vbInformation, "Aviso"
End If
End Sub
no código acima, a minha inputbox vem com o nome padrão do excel, porém eu gostaria de poder alterar esse nome para por exemplo:
Código: Selecionar todos
InputBox("DIGITE A SENHA PARA ACESSAR A PASTA RH"),"Para acessar digite a senha correta"
sei que não é assim, mas a ideia seria essa

desde já agradeço pela atenção de todos
Avatar do usuário
Por JCabral
Avatar
#65782
Tenta assim:
Código: Selecionar todos
Sub ABRIR_PLANILHA_RH()

    Dim SENHA   As String
    
    SENHA = InputBox("DIGITE A SENHA PARA ACESSAR A PASTA RH", "Para acessar digite a senha correta")
    
    If SENHA <> "1234" Then
        MsgBox ("SENHA INCORRETA, ACESSO NEGADO"), vbCritical, "ERRO"
    Else
        Sheets("RH").Select
        ActiveSheet.Unprotect "1234"
        MsgBox "SEJA BEM VINDO", vbInformation, "Aviso"
    End If
    
End Sub

marcoenz agradeceu por isso
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