Problème avec select
Résolu/Fermé
viret1290
Messages postés
141
Date d'inscription
samedi 17 août 2013
Statut
Membre
Dernière intervention
28 juillet 2024
-
10 mai 2017 à 12:07
viret1290 Messages postés 141 Date d'inscription samedi 17 août 2013 Statut Membre Dernière intervention 28 juillet 2024 - 10 mai 2017 à 13:31
viret1290 Messages postés 141 Date d'inscription samedi 17 août 2013 Statut Membre Dernière intervention 28 juillet 2024 - 10 mai 2017 à 13:31
A voir également:
- Problème avec select
- Please select boot device ✓ - Forum Windows
- Reboot and select proper boot device ✓ - Forum PC portable
- Reboot and select proper boot device or insert boot media in selected boot device and press a key ✓ - Forum Windows 10
- Problème reboot and select proper boot device + clavier - Forum PC fixe
- Reboot and Select proper Boot Device - Forum BIOS
1 réponse
f894009
Messages postés
17205
Date d'inscription
dimanche 25 novembre 2007
Statut
Membre
Dernière intervention
19 octobre 2024
1 709
10 mai 2017 à 13:23
10 mai 2017 à 13:23
Bonjour,
1 FImpression est un nom de feuille donc: Worksheets("FImpression")
2 pas besoin de select
et au plus court:
1 FImpression est un nom de feuille donc: Worksheets("FImpression")
2 pas besoin de select
et au plus court:
With Worksheets("FImpression").Range(Cells(5, 3), Cells(800, 3)) 'ou vu que la plage n'est pas dynamique 'With Worksheets("FImpression").Range("C5:C800") .HorizontalAlignment = xlLeft .VerticalAlignment = xlBottom .WrapText = False .Orientation = 0 .AddIndent = False .IndentLevel = 0 .ShrinkToFit = False .ReadingOrder = xlContext .MergeCells = False End With
10 mai 2017 à 13:31