Home Excel - Dicas Microsoft Excel VBA Excel VBA - Cadastro Excel vba planilha cadastro alunos e cursos usf

Excel vba planilha cadastro alunos e cursos usf

E-mail Imprimir PDF

 Saberexcel - o site de quem precisa Aprender Macros Microsoft Excel vba

Exemplo de planilha cadastro usando objetos do Aplicativo Microsoft Excel VBA, usando labels, textboxes, Userforms

Private Sub chkAlmoco_Change()
    If chkAlmoco = True Then
        chkVegetariano.Enabled = True
    Else
        chkVegetariano.Enabled = False
        chkVegetariano = False
    End If
End Sub

Private Sub cmdCancel_Click()
    Unload Me
End Sub

Private Sub cmdClearForm_Click()
    Call UserForm_Initialize
End Sub

Private Sub cmdOK_Click()
    ActiveWorkbook.Sheets("Curso_Alunos").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
   
    ActiveCell.Offset(0, 1) = txtFone.Value
    ActiveCell.Offset(0, 2) = cbxDepartamento.Value
    ActiveCell.Offset(0, 3) = cbxCurso.Value
   
    If optIniciante = True Then
        ActiveCell.Offset(0, 4).Value = "Iniciante"
    ElseIf optIntermediario = True Then
        ActiveCell.Offset(0, 4).Value = "Intermediário"
    Else
        ActiveCell.Offset(0, 4).Value = "Avançado"
    End If
   
    If chkAlmoco = True Then
        ActiveCell.Offset(0, 5).Value = "Sim"
    Else
        ActiveCell.Offset(0, 5).Value = "Não"
    End If
   
    If chkVegetariano = True Then
       ActiveCell.Offset(0, 6).Value = "Sim"
    Else
       
    If chkAlmoco = False Then
       ActiveCell.Offset(0, 6).Value = ""
    Else
       ActiveCell.Offset(0, 6).Value = "Não"
    End If
    End If
    Range("A1").Select
End Sub

Private Sub UserForm_Initialize()
    txtNome.Value = ""
    txtFone.Value = ""
    With cbxDepartamento
        .AddItem "Vendas"
        .AddItem "Compras"
        .AddItem "Administração"
        .AddItem "Design"
        .AddItem "Excel VBA"
        .AddItem "Dept.Pessoal"
        .AddItem "Transporte"
    End With

    cbxDepartamento.Value = ""

    With cbxCurso
        .AddItem "Asp.net"
        .AddItem "Excel VBA"
        .AddItem "VB.Net"
        .AddItem "Word VBA"
        .AddItem "C#"
    End With

    cbxCurso.Value = ""
    optIniciante = True
    chkAlmoco = False
    chkVegetariano = False
    txtNome.SetFocus
End Sub




Aprenda tudo sobre planilhas do Aplicativo Microsoft Excel VBA(Visual Basic Application), sozinho, com baixo custo, praticando com os produtos didáticos Saberexcel




Baixe o exemplo de planilha contendo procedimento acima
Excel vba planilha cadastro alunos e cursos usf (25.32 KB)


Publicidade
Compre com segurança, garantia e ótimos preços
Eletrônicos - Submarino.com.br

Última atualização em Qua, 10 de Agosto de 2011 08:14  

Adicionar comentário

"Jamais considere seus estudos como uma obrigação, mas como uma oportunidade invejável para aprender a conhecer a influência libertadora da beleza do reino do espírito, para seu próprio prazer pessoal e para proveito da comunidade." Albert Einstein


Código de segurança
Atualizar

PROMOÇÃO DIDÁTICOS SABEREXCEL



Adquira já o Acesso Imediato
à Area de Membros

Compra Grantida --- Entrega Imediata

Aprenda Excel VBA com Simplicidade de 
códigos e Eficácia, Escrevendo Menos e
Fazendo Mais.

'-------------------------------------'
Entrega Imediata:
+  500 Video Aulas MS Excel VBA
+  35.000 Planilhas Excel e VBA
+  Coleção 25.000 Macros MS Excel VBA
+  141 Planilhas Instruções Loops
+  341 Planilhas WorksheetFunctions(VBA)
+    04 Módulos Como Fazer Excel VBA
+  Curso Completo MS Excel VBA
+  Planilhas Inteligentes


Pesquisa Google SaberExcel

Publicidade Google

<script type="text/javascript"><!--

google_ad_client = "ca-pub-2317234650173689";

/* retangulo 336 x 280 */

google_ad_slot = "0315083363";

google_ad_width = 336;

google_ad_height = 280;

//-->

</script>

<script type="text/javascript"

src="http://pagead2.googlesyndication.com/pagead/show_ads.js">

</script>

Publicidade

RSFirewallProtected


Google Associados

Depoimentos

Adicione Saberexcel Favoritos

 
 

Aprenda tudo sobre o Aplicativo Microsoft Excel VBA

Aprenda tudo sobre o Aplicativo Microsoft Excel VBA(Visual Basic Application), sozinho, com baixo custo, praticando com os produtos didáticos Saberexcel,


   Sobre as WorksheetFunctions Funções de Planilhas que retornam valores do VBA