Macro qui ne fonctionne pas pour word mac

Fermé
josiane59780 Messages postés 26 Date d'inscription vendredi 19 mai 2017 Statut Membre Dernière intervention 4 juin 2024 - 5 déc. 2022 à 15:50
Willzac Messages postés 266 Date d'inscription mercredi 27 septembre 2017 Statut Membre Dernière intervention 20 juin 2024 - 12 déc. 2022 à 08:14

Bonjour à tout le monde.

je ne comprends ce qui cloche dans ma programmation, pourriez-vous m'aider, j'ai choisi la touche cmd+L,L pour l execution. cela ne fonctionne pas. voici le détail ci-après. je veux simplement ajouter une légende sous mes photos.

Sub raccourcilegende() ' ' raccourcilegende Macro ' '     CaptionLabels.Add Name:="legende"     AutoCaptions.CancelAutoInsert     With AutoCaptions("Word.Document.12")         .AutoInsert = True         .CaptionLabel = CaptionLabels("legende")     End With     CaptionLabels("legende").Position = wdCaptionPositionAbove     With CaptionLabels("legende")         .NumberStyle = wdCaptionNumberStyleArabic         .IncludeChapterNumber = False     End With     With AutoCaptions("Word.DocumentMacroEnabled.12")         .AutoInsert = True         .CaptionLabel = CaptionLabels("Figure")     End With     CaptionLabels("Figure").Position = wdCaptionPositionBelow     With CaptionLabels("Figure")         .NumberStyle = wdCaptionNumberStyleArabic         .IncludeChapterNumber = False     End With End Sub••••ˇˇˇˇ


Macintosh / Chrome 108.0.0.0

A voir également:

1 réponse

Willzac Messages postés 266 Date d'inscription mercredi 27 septembre 2017 Statut Membre Dernière intervention 20 juin 2024 14
12 déc. 2022 à 08:14

Bonjour,

Le mieux c'est de nous expliquer : "Que fait votre macro?" ou bien "Qu'est ce que vous voulez avoir avec cette macro?"

Bien cordialement 


0