D
damien
Guest
bonsoir le forum
et encore merci pour ce forum
voici ma macro:
Private Sub CommandButton1_Click()
Dim text, msgbox As Variant
text = ActiveCell.Value
Cells(1, 1) = 'C:\\Documents and Settings\\ADJ OPS\\Mes documents\\IMAGES\\' & text & '.jpg'
ThisWorkbook.FollowHyperlink Sheets('Feuil1').Range('a1').Value
End Sub
🙂 mais petit probleme
si mon lien est introuvable il me renvoi un debogage
alors que je voudrai un msgbox.
merci
dam
et encore merci pour ce forum
voici ma macro:
Private Sub CommandButton1_Click()
Dim text, msgbox As Variant
text = ActiveCell.Value
Cells(1, 1) = 'C:\\Documents and Settings\\ADJ OPS\\Mes documents\\IMAGES\\' & text & '.jpg'
ThisWorkbook.FollowHyperlink Sheets('Feuil1').Range('a1').Value
End Sub
🙂 mais petit probleme
si mon lien est introuvable il me renvoi un debogage
alors que je voudrai un msgbox.
merci
dam