Forum Discussion
LOPEZ Maxime
Jun 18, 2018Copper Contributor
Insert Macro into Excel cells
Dear all, I created Macros to open a word file (Customer card) automatically. So I would like to affect this macro when I click in a specific cell (related to a Customer line in my database) or i...
LOPEZ Maxime
Jun 18, 2018Copper Contributor
Auto-answer :
If Range("CELL") = "CUSTOMER NUMBER" Then
Call MacroNUMBER
End If