Bonjour,
A partir du code ci dessous j'ouvre un fichier Excel à partir d'Access.
Mon problème c'est que ce fichier peux changer de chemin et de nom.
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9 Private Sub Commande114_Click() 'Appel du fichier Excel : Set appexcel = CreateObject("Excel.Application") appexcel.Visible = True Set wbexcel = appexcel.Workbooks.Open("C:\Documents and Settings\s075098\Bureau\PEROU\Situation PRADO\CONTROL MARZO 2012 M53-P2.xls") 'Appel de la feuille correspondante : appexcel.Sheets("04").Select End Sub
J'aimerais pouvoir choisir le fichier à ouvrir?
Quelqu'un pourrait me dire quoi rajouter à mon code?
Merci par avance à tous
Salutations
Partager