Salut le forum
Avec le code ci-dessous, je devrais pouvoir en fonction des boutons commandes correspondants, afficher mes usf.
Certaines partie du code (PackSalPrive_Click) fonctionne mais pas les autres.
Je ne connais pas la source du problème.
Merci de me donner un coup de main.
Private Sub Clepargne_Click()
Temporaire1.Caption = "COMPTE1"
'Fiche.MultiPage1.Value = 0
Fiche.Show
Sheets("DONNE").Cells(4, 3) = "COMPTE1"
End Sub
Private Sub ExitTypeCpte_Click()
Unload Me
End Sub
Private Sub PackBusi_Click()
Temporaire1.Caption = "PACK1"
Fiche.Show
Sheets("DONNE").Cells(4, 3) = "PACK1"
End Sub
Private Sub PackSalPrive_Click()
Temporaire1.Caption = "PACK2"
PsPrive.Show
Sheets("DONNE").Cells(4, 3) = "PACK2"
End Sub
Private Sub Chretraite_Click()
Temporaire1.Caption = "COMPTE1"
PsPrive.Show
Sheets("DONNE").Cells(4, 3) = "COMPTE1"
End Sub
Private Sub CpteVirPrive_Click()
Temporaire1.Caption = "COMPTE2"
PsPrive.Show
Sheets("DONNE").Cells(4, 3) = "COMPTE2"
End Sub
Private Sub PackFonx_Click()
Temporaire1.Caption = "PACK FIXE"
Fonxionaria.Show
Sheets("DONNE").Cells(4, 3) = "PACK FIXE"
End Sub
Private Sub CpteVirPub_Click()
Temporaire1.Caption = "COMPTE VIR1"
Fonxionaria.Show
Sheets("DONNE").Cells(4, 3) = "COMPTE VIR1"
End Sub
Private Sub CpteSnd_Click()
Temporaire1.Caption = "SND"
Fonxionaria.Show
Sheets("DONNE").Cells(4, 3) = "SND"
End Sub
Private Sub PackSalPub_Click()
Temporaire1.Caption = "PACK SAL"
Fonxionaria.Show
Sheets("DONNE").Cells(4, 3) = "PACK SAL"
End Sub
Private Sub CpteSnd2_Click()
Temporaire1.Caption = "SND2"
Fonxionaria.Show
Sheets("DONNE").Cells(4, 3) = "SND2"
End Sub
Private Sub ChPart_Click()
Temporaire1.Caption = "COMPTE CH
Fiche.Show
Sheets("DONNE").Cells(4, 3) = "COMPTE CH"
End Sub