Vous êtes sur la page 1sur 1

Sub Macro1()

Dim fichier As Workbook


Dim chemin As String
Set fichier = Application.Workbooks.Open("C:\Users\HP\Desktop\GMAO VBA\Projet GMAO\
KPI final.xlsm")
End Sub
Sub Macro2()
Dim fichier As Workbook
Dim chemin As String
Set fichier = Application.Workbooks.Open("C:\Users\HP\Desktop\GMAO VBA\Projet GMAO\
Gestion de stock final.xlsm")
End Sub
Sub Macro3()
Dim fichier As Workbook
Dim chemin As String
Set fichier = Application.Workbooks.Open("C:\Users\HP\Desktop\GMAO VBA\Projet GMAO\
gestion de personnel.xlsm")
End Sub
Sub Macro4()
Dim fichier As Workbook
Dim chemin As String
Set fichier = Application.Workbooks.Open("C:\Users\HP\Desktop\GMAO VBA\Projet GMAO\
maintenance-preventive.xlsm")
End Sub
Sub Macro5()
Dim fichier As Workbook
Dim chemin As String
Set fichier = Application.Workbooks.Open("C:\Users\HP\Desktop\GMAO VBA\Projet GMAO\
Gestion des équipements.xlsm")
End Sub

Vous aimerez peut-être aussi