-
FlexPro
- At a Glance
- Features & Options
- Applications
- All Advantages
- What’s New in FlexPro 2021
- Try FlexPro For Free
- FlexPro View OEM Freeware
- Buying Guide
- Login
- Language
-
-
-
- +49 6894 929600
- infoweisang.com
- Google Maps
- Products
- News
- Support
- Company
- Contact
- Login
- Language
-
-
-
- +49 6894 929600
- infoweisang.com
- Google Maps
Home > Community > Automation and VBA > Liste déroulante avec objet différent en VBA > Reply To: Liste déroulante avec objet différent en VBA

MERCI BEAUCOUP!
Plus que quelque ligne de code et mon projet sera terminé.
Voici des lignes de code permettant de tracer une ligne avec des flèches aux chaque extrémités. Cette ligne représente l’écartement entre curseur.
Ce code ne marche pas et je n’arrive pas à savoir pourquoi.
ActiveDatabase.ActiveObject.Cursor(1).Active = True
point1 = ActiveDatabase.ActiveObject.ActiveCursor.PositionX
ActiveDatabase.ActiveObject.Cursor(2).Active = True
point2 = ActiveDatabase.ActiveObject.ActiveCursor.PositionX
With ActiveDatabase.ActiveObject.Pages(1).AddLine(point1, -20, point2, -20)
.LineFormat.Arrowheads = fpArrowheadsBoth
.Select
End With
ActiveDatabase.ActiveObject.Selection.Collapse
ActiveDatabase.ActiveObject.Pages(1).Item(1).Select
ActiveDatabase.ActiveObject.Selection.Collapse
Merci de votre aide et de votre patience…
You are currently viewing a placeholder content from Facebook. To access the actual content, click the button below. Please note that doing so will share data with third-party providers.
More InformationYou need to load content from reCAPTCHA to submit the form. Please note that doing so will share data with third-party providers.
More InformationYou are currently viewing a placeholder content from Instagram. To access the actual content, click the button below. Please note that doing so will share data with third-party providers.
More InformationYou are currently viewing a placeholder content from X. To access the actual content, click the button below. Please note that doing so will share data with third-party providers.
More Information