Bonjour,

Je lance access par la commande :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
Application.DisplayAlerts = False
 
canal = DDEInitiate("MSACCESS", myDir & "Nomenclature.mdb")
 
Application.DisplayAlerts = True
 
DDEExecute canal, "[RunMacro Bom]"
DDETerminate canal
Je cherche à savoir comment je pourrai transmettre des variables en lançant Access.

Emmanuel