Aller au contenu
View in the app

A better way to browse. Learn more.

Next

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[LOGICIEL] Problème avec tableau Excel

Featured Replies

Posté(e)

:transpi: Salut à tous !

Voilà mon problème, j'utilise régulièrement un tableau Excel qui regroupe toutes mes taches professionnelles à accomplir suivant un échéancier.

Je souhaiterais pouvoir ajouter l'option de clignotement sur les cellules qui m'interressent afin qu'à chaque ouverture, mon attention soit attirée vers ces cellules.

Problème:je n'y connais pas grand chose en Excel (macro...) !

Quelqu'un pourrait il m'expliquer pas à pas comment faire ?

Merci d'avance

@+

Posté(e)

Je n'ai jamais entendu parler de "clignotements" de cellules sous Excel. Par contre tu dois pouvoir faire une macro pour changer la couleur de fond d'une cellule :transpi:

Mais pourquoi ne passes-tu pas à un vrai outil de gestion / planification qui t'apporterait des fonctionnalités supplémentaires et te faciliterait l'utilisation ?

Posté(e)

Dim NextTime As Date

Sub Flash()

NextTime = Now +

TimeValue("00:00:01")

With ActiveWorkbook.Styles("Flash").Font

If .ColorIndex = 2 Then .ColorIndex = 3 Else .ColorIndex = 2

End With

Application.OnTime NextTime, "Flash"

End Sub

Sub StopIt()

Application.OnTime NextTime, "Flash", schedule:=False

ActiveWorkbook.Styles("Flash").Font.ColorIndex = xlAutomatic

End Sub

Posté(e)

@Consultant,

Tu y vas fort là... !

@sukkoi,

clic droit dans la cellule " ajouter un commentaire" devrait suffire non?

Posté(e)
  • Auteur

:transpi: Merci "consultant" mais...I つは実際に何も私に言うように理解しない! むしろ私にdictatitiel を与えるために口に私達の代りに置いたあなたの知識を、できなかった。ありがとう

Qu'en penses-tu ? :transpi:

Posté(e)
Qu'en penses-tu ? zarb.gif

oui .. mais pas trop le temps.....enfin plus le weekend essaye deja de te documenter sur les macros ca gagnera du temps et de faire des petits tests tu va voir c'est bien pratique :reflechis:

Archivé

Ce sujet est désormais archivé et ne peut plus recevoir de nouvelles réponses.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.