Cette action est irreversible, confirmez la suppression du commentaire ?
Signaler le commentaire
Veuillez sélectionner un problème
Nudité
Violence
Harcèlement
Fraude
Vente illégale
Discours haineux
Terrorisme
Autre
papou
Re Répondu à l'instant sur le fil précédent. Cordialement Pascal "gilbert" a écrit dans le message de news:
Bonjour
Quelqu' un pourrait-il me dire comment on trouve le numéro de ID dans un findcontrol ?
Exemple de Papou ce matin: Application.CommandBars("Tools").FindControl(ID:R2).Enabled = False
merci
Gilbert
Re
Répondu à l'instant sur le fil précédent.
Cordialement
Pascal
"gilbert" <stpspamgilbert.roinel@wanadoo.fr> a écrit dans le message de
news: eTBE29ptEHA.1336@tk2msftngp13.phx.gbl...
Bonjour
Quelqu' un pourrait-il me dire comment on trouve le numéro de ID dans un
findcontrol ?
Exemple de Papou ce matin:
Application.CommandBars("Tools").FindControl(ID:R2).Enabled = False
Re Répondu à l'instant sur le fil précédent. Cordialement Pascal "gilbert" a écrit dans le message de news:
Bonjour
Quelqu' un pourrait-il me dire comment on trouve le numéro de ID dans un findcontrol ?
Exemple de Papou ce matin: Application.CommandBars("Tools").FindControl(ID:R2).Enabled = False
merci
Gilbert
gilbert
Super merci encore
Gilbert
"papou" <cestpasbon@çanonplus44.fr> a écrit dans le message de news:
Re Répondu à l'instant sur le fil précédent. Cordialement Pascal "gilbert" a écrit dans le message de news:
Bonjour
Quelqu' un pourrait-il me dire comment on trouve le numéro de ID dans un findcontrol ?
Exemple de Papou ce matin: Application.CommandBars("Tools").FindControl(ID:R2).Enabled = False
merci
Gilbert
Super merci encore
Gilbert
"papou" <cestpasbon@çanonplus44.fr> a écrit dans le message de
news:e8BdUCqtEHA.3860@TK2MSFTNGP09.phx.gbl...
Re
Répondu à l'instant sur le fil précédent.
Cordialement
Pascal
"gilbert" <stpspamgilbert.roinel@wanadoo.fr> a écrit dans le message de
news: eTBE29ptEHA.1336@tk2msftngp13.phx.gbl...
Bonjour
Quelqu' un pourrait-il me dire comment on trouve le numéro de ID dans un
findcontrol ?
Exemple de Papou ce matin:
Application.CommandBars("Tools").FindControl(ID:R2).Enabled = False
"papou" <cestpasbon@çanonplus44.fr> a écrit dans le message de news:
Re Répondu à l'instant sur le fil précédent. Cordialement Pascal "gilbert" a écrit dans le message de news:
Bonjour
Quelqu' un pourrait-il me dire comment on trouve le numéro de ID dans un findcontrol ?
Exemple de Papou ce matin: Application.CommandBars("Tools").FindControl(ID:R2).Enabled = False
merci
Gilbert
Jacky
Bonjour Gilbert
Ci-dessous un code de Michdenis pour lister tous les ID
_-------------------------------- Sub FindControlID()
Dim B As Object, Nb As Integer Nb = Application.CommandBars.Count [A1].Resize(, 2).Value = Array("Caption", "ID")
For x = 1 To Nb For Each B In Application.CommandBars.Item(x).Controls With [A65536].End(xlUp).Offset(1) .Value = B.Caption .Offset(, 1).Value = B.ID End With Next Next Range("A1:B1").EntireColumn.AutoFit Set A = Nothing: Set B = Nothing End Sub '-------------------------------- Salutations JJ
"gilbert" a écrit dans le message de news:
Bonjour
Quelqu' un pourrait-il me dire comment on trouve le numéro de ID dans un findcontrol ?
Exemple de Papou ce matin: Application.CommandBars("Tools").FindControl(ID:R2).Enabled = False
merci
Gilbert
Bonjour Gilbert
Ci-dessous un code de Michdenis pour lister tous les ID
_--------------------------------
Sub FindControlID()
Dim B As Object, Nb As Integer
Nb = Application.CommandBars.Count
[A1].Resize(, 2).Value = Array("Caption", "ID")
For x = 1 To Nb
For Each B In Application.CommandBars.Item(x).Controls
With [A65536].End(xlUp).Offset(1)
.Value = B.Caption
.Offset(, 1).Value = B.ID
End With
Next
Next
Range("A1:B1").EntireColumn.AutoFit
Set A = Nothing: Set B = Nothing
End Sub
'--------------------------------
Salutations
JJ
"gilbert" <stpspamgilbert.roinel@wanadoo.fr> a écrit dans le message de
news:eTBE29ptEHA.1336@tk2msftngp13.phx.gbl...
Bonjour
Quelqu' un pourrait-il me dire comment on trouve le numéro de ID dans un
findcontrol ?
Exemple de Papou ce matin:
Application.CommandBars("Tools").FindControl(ID:R2).Enabled = False
Ci-dessous un code de Michdenis pour lister tous les ID
_-------------------------------- Sub FindControlID()
Dim B As Object, Nb As Integer Nb = Application.CommandBars.Count [A1].Resize(, 2).Value = Array("Caption", "ID")
For x = 1 To Nb For Each B In Application.CommandBars.Item(x).Controls With [A65536].End(xlUp).Offset(1) .Value = B.Caption .Offset(, 1).Value = B.ID End With Next Next Range("A1:B1").EntireColumn.AutoFit Set A = Nothing: Set B = Nothing End Sub '-------------------------------- Salutations JJ
"gilbert" a écrit dans le message de news:
Bonjour
Quelqu' un pourrait-il me dire comment on trouve le numéro de ID dans un findcontrol ?
Exemple de Papou ce matin: Application.CommandBars("Tools").FindControl(ID:R2).Enabled = False
merci
Gilbert
gilbert
Merci également Jacky
Salutations
Gilbert
"Jacky" a écrit dans le message de news:
Bonjour Gilbert
Ci-dessous un code de Michdenis pour lister tous les ID
_-------------------------------- Sub FindControlID()
Dim B As Object, Nb As Integer Nb = Application.CommandBars.Count [A1].Resize(, 2).Value = Array("Caption", "ID")
For x = 1 To Nb For Each B In Application.CommandBars.Item(x).Controls With [A65536].End(xlUp).Offset(1) .Value = B.Caption .Offset(, 1).Value = B.ID End With Next Next Range("A1:B1").EntireColumn.AutoFit Set A = Nothing: Set B = Nothing End Sub '-------------------------------- Salutations JJ
"gilbert" a écrit dans le message de news:
Bonjour
Quelqu' un pourrait-il me dire comment on trouve le numéro de ID dans un findcontrol ?
Exemple de Papou ce matin: Application.CommandBars("Tools").FindControl(ID:R2).Enabled = False
merci
Gilbert
Merci également Jacky
Salutations
Gilbert
"Jacky" <delaenlevezjusquiciJacky.jaeg@wanadoo.fr> a écrit dans le message
de news:e98m3LqtEHA.1272@TK2MSFTNGP12.phx.gbl...
Bonjour Gilbert
Ci-dessous un code de Michdenis pour lister tous les ID
_--------------------------------
Sub FindControlID()
Dim B As Object, Nb As Integer
Nb = Application.CommandBars.Count
[A1].Resize(, 2).Value = Array("Caption", "ID")
For x = 1 To Nb
For Each B In Application.CommandBars.Item(x).Controls
With [A65536].End(xlUp).Offset(1)
.Value = B.Caption
.Offset(, 1).Value = B.ID
End With
Next
Next
Range("A1:B1").EntireColumn.AutoFit
Set A = Nothing: Set B = Nothing
End Sub
'--------------------------------
Salutations
JJ
"gilbert" <stpspamgilbert.roinel@wanadoo.fr> a écrit dans le message de
news:eTBE29ptEHA.1336@tk2msftngp13.phx.gbl...
Bonjour
Quelqu' un pourrait-il me dire comment on trouve le numéro de ID dans un
findcontrol ?
Exemple de Papou ce matin:
Application.CommandBars("Tools").FindControl(ID:R2).Enabled = False
Ci-dessous un code de Michdenis pour lister tous les ID
_-------------------------------- Sub FindControlID()
Dim B As Object, Nb As Integer Nb = Application.CommandBars.Count [A1].Resize(, 2).Value = Array("Caption", "ID")
For x = 1 To Nb For Each B In Application.CommandBars.Item(x).Controls With [A65536].End(xlUp).Offset(1) .Value = B.Caption .Offset(, 1).Value = B.ID End With Next Next Range("A1:B1").EntireColumn.AutoFit Set A = Nothing: Set B = Nothing End Sub '-------------------------------- Salutations JJ
"gilbert" a écrit dans le message de news:
Bonjour
Quelqu' un pourrait-il me dire comment on trouve le numéro de ID dans un findcontrol ?
Exemple de Papou ce matin: Application.CommandBars("Tools").FindControl(ID:R2).Enabled = False