Bonjour,
J'aimerais modifier la référence à la fin du lien selon la valeur de ma textbox (info20)
voici mon code, comment intégrer la variables dans la page web ?
Merci
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6 Private Sub CommandButton5_Click() Dim ref As String ref = Info20.Value ActiveWorkbook.FollowHyperlink Address:="http://www.sobraques.fr/fiches_produits/1574007.pdf" End Sub![]()
Partager