Bonjour a vous tous,
j'ai la formule ci-dessous qui fonctionne très bien sans la ligne de commande "Application. Run".
Cependant, j'aurais voulu ajouter à la formule "Application. Run” mais j'ai à chaque fois un message qui dit qu'il ne trouve pas Création.
Si une personne peut me dire ce qui ne tourne pas rond..
Merci
Farid
Private Sub CommandButton18_Click()
Unload PDV2023
Unload Saisie2023
If ComboBox1.Value = "" Then Exit Sub
nom = ComboBox1.Value
rep = ActiveWorkbook.Path & "\Archive\Archive-2023\"
Workbooks.Open rep & nom & ".xlsm"
Application.Run "'.xlsm'!Création"
End Sub
j'ai la formule ci-dessous qui fonctionne très bien sans la ligne de commande "Application. Run".
Cependant, j'aurais voulu ajouter à la formule "Application. Run” mais j'ai à chaque fois un message qui dit qu'il ne trouve pas Création.
Si une personne peut me dire ce qui ne tourne pas rond..
Merci
Farid
Private Sub CommandButton18_Click()
Unload PDV2023
Unload Saisie2023
If ComboBox1.Value = "" Then Exit Sub
nom = ComboBox1.Value
rep = ActiveWorkbook.Path & "\Archive\Archive-2023\"
Workbooks.Open rep & nom & ".xlsm"
Application.Run "'.xlsm'!Création"
End Sub