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
Jacky
Bonjour,
Ceci peut-être Les liens hypertexte sont dans l'exemple en "feuil1!a2:a5" L'adresse de ces cellules est préalablement chargée dans le combobox '------------------ Private Sub CommandButton1_Click() Sheets("feuil1").Cells.Hyperlinks(Application.Match(ComboBox1.Value, [a2:a5], 0)).Follow True End Sub '------------------
-- Salutations JJ
"negrozoldik" a écrit dans le message de news:
Bonjour,
j aurai besoin de votre coup de pouce afin d'affecter l fichier sélectionner dans l comboBox au nom du fichier à ouvrir:
Private Sub CommandButton1_Click() comboBox1.value= "nomfichier" ThisWorkbook.FollowHyperlink "C:ANAMloisnomfichier.pdf" End Sub
merci.
Bonjour,
Ceci peut-être
Les liens hypertexte sont dans l'exemple en "feuil1!a2:a5"
L'adresse de ces cellules est préalablement chargée dans le combobox
'------------------
Private Sub CommandButton1_Click()
Sheets("feuil1").Cells.Hyperlinks(Application.Match(ComboBox1.Value, [a2:a5], 0)).Follow True
End Sub
'------------------
--
Salutations
JJ
"negrozoldik" <nospam_atrague.med@gmail.com.invalid> a écrit dans le message de news:
1e6dneFldqg7YJTInZ2dnUVZ572dnZ2d@giganews.com...
Bonjour,
j aurai besoin de votre coup de pouce afin d'affecter l fichier sélectionner
dans l comboBox au nom du fichier à ouvrir:
Private Sub CommandButton1_Click()
comboBox1.value= "nomfichier"
ThisWorkbook.FollowHyperlink "C:ANAMloisnomfichier.pdf"
End Sub
Ceci peut-être Les liens hypertexte sont dans l'exemple en "feuil1!a2:a5" L'adresse de ces cellules est préalablement chargée dans le combobox '------------------ Private Sub CommandButton1_Click() Sheets("feuil1").Cells.Hyperlinks(Application.Match(ComboBox1.Value, [a2:a5], 0)).Follow True End Sub '------------------
-- Salutations JJ
"negrozoldik" a écrit dans le message de news:
Bonjour,
j aurai besoin de votre coup de pouce afin d'affecter l fichier sélectionner dans l comboBox au nom du fichier à ouvrir:
Private Sub CommandButton1_Click() comboBox1.value= "nomfichier" ThisWorkbook.FollowHyperlink "C:ANAMloisnomfichier.pdf" End Sub
"Jacky" a écrit dans le message de news: mee1eb$agd$
Bonjour,
Ceci peut-être Les liens hypertexte sont dans l'exemple en "feuil1!a2:a5" L'adresse de ces cellules est préalablement chargée dans le combobox '------------------ Private Sub CommandButton1_Click() Sheets("feuil1").Cells.Hyperlinks(Application.Match(ComboBox1.Value, [a2:a5], 0)).Follow True End Sub '------------------
-- Salutations JJ
"negrozoldik" a écrit dans le message de news:
Bonjour,
j aurai besoin de votre coup de pouce afin d'affecter l fichier sélectionner dans l comboBox au nom du fichier à ouvrir:
Private Sub CommandButton1_Click() comboBox1.value= "nomfichier" ThisWorkbook.FollowHyperlink "C:ANAMloisnomfichier.pdf" End Sub
"Jacky" <Dupond@marcel.fr> a écrit dans le message de news: mee1eb$agd$1@speranza.aioe.org...
Bonjour,
Ceci peut-être
Les liens hypertexte sont dans l'exemple en "feuil1!a2:a5"
L'adresse de ces cellules est préalablement chargée dans le combobox
'------------------
Private Sub CommandButton1_Click()
Sheets("feuil1").Cells.Hyperlinks(Application.Match(ComboBox1.Value, [a2:a5], 0)).Follow True
End Sub
'------------------
--
Salutations
JJ
"negrozoldik" <nospam_atrague.med@gmail.com.invalid> a écrit dans le message de news:
1e6dneFldqg7YJTInZ2dnUVZ572dnZ2d@giganews.com...
Bonjour,
j aurai besoin de votre coup de pouce afin d'affecter l fichier sélectionner
dans l comboBox au nom du fichier à ouvrir:
Private Sub CommandButton1_Click()
comboBox1.value= "nomfichier"
ThisWorkbook.FollowHyperlink "C:ANAMloisnomfichier.pdf"
End Sub
"Jacky" a écrit dans le message de news: mee1eb$agd$
Bonjour,
Ceci peut-être Les liens hypertexte sont dans l'exemple en "feuil1!a2:a5" L'adresse de ces cellules est préalablement chargée dans le combobox '------------------ Private Sub CommandButton1_Click() Sheets("feuil1").Cells.Hyperlinks(Application.Match(ComboBox1.Value, [a2:a5], 0)).Follow True End Sub '------------------
-- Salutations JJ
"negrozoldik" a écrit dans le message de news:
Bonjour,
j aurai besoin de votre coup de pouce afin d'affecter l fichier sélectionner dans l comboBox au nom du fichier à ouvrir:
Private Sub CommandButton1_Click() comboBox1.value= "nomfichier" ThisWorkbook.FollowHyperlink "C:ANAMloisnomfichier.pdf" End Sub
merci.
Jacky
Erreur de manip..:o( Plutôt ceci '---------- Private Sub CommandButton1_Click() Sheets("feuil1").Cells(Application.Match(ComboBox1.Value, [a2:a5], 0) + 1, 1).Hyperlinks(1).Follow True End Sub '----------
-- Salutations JJ
Erreur de manip..:o(
Plutôt ceci
'----------
Private Sub CommandButton1_Click()
Sheets("feuil1").Cells(Application.Match(ComboBox1.Value, [a2:a5], 0) + 1, 1).Hyperlinks(1).Follow True
End Sub
'----------
Erreur de manip..:o( Plutôt ceci '---------- Private Sub CommandButton1_Click() Sheets("feuil1").Cells(Application.Match(ComboBox1.Value, [a2:a5], 0) + 1, 1).Hyperlinks(1).Follow True End Sub '----------