bonjour
j'ai une feuille excel ou j'ai fait un code sur le développeur
ce code est "private sub workseet_selectionchange(byval target as range)"
if target.count>1 then exit sub
if target.row=2 then 'a1
if target.column =2 then '
target.offset(0,1).select '
end if
end if
je voudrais recopier ce code sur les autres feuilles automatiquement
je n'y arrive pas
merci de votre aide