...= pth & Target.Value & "*.pdf"
dosya = Dir(fname)
If dosya <> "" Then
dosya = pth & dosya
ActiveWorkbook.FollowHyperlink dosya
Else
MsgBox "Dosya Bulunamadı..."
End If
End Sub
Yukarıdaki kodla F sutundaki hücrede bulunan zemin nosuna ait Pdf yi...
...If Dosya <> "" Then
Dosya = pth & Dosya
For X = 0 To UBound(TR_Karakter)
Dosya = Replace(Dosya, TR_Karakter(X), EN_Karakter(X), , , vbTextCompare)
Next
ActiveWorkbook.FollowHyperlink Dosya
Else
MsgBox "Dosya bulunamadı!"
End If
End Sub
ActiveWorkbook.FollowHyperlink dosya
satırını
ActiveWorkbook.FollowHyperlink fname
ile değiştirip dener misiniz?
Bende İngilizce olmadığı için deneyemiyorum.
Kodlarda bundan başka bir sorun görünmüyor.
Eğer yukarıdaki gibi yaptıktan sonra çalışırsa şu satırı da silebilirsiniz.
dosya = pth &...
...pth & "*" & Target.Value & "*.pdf"
dosya = Dir(fname)
If dosya <> "" Then
dosya = pth & dosya
ActiveWorkbook.FollowHyperlink dosya
Else
MsgBox "Dosya Bulunamadı..."
End If
End Sub
Yukarıdaki Sn. veyselemre hocamın kodları ile evimdeki türkçe windows...
...Cancel = True
If Target.Column <> 6 Or Target.Value = "" Then Exit Sub
pth = "C:\Users\Tomson\Desktop\TOMSON\"
fname = pth & "*" & Target.Value & "*" & ".pdf"
If Dir(fname) = "" Then
ActiveWorkbook.FollowHyperlink fname
End Sub
bu şekilde denedim ama hata verdi.
...Target As Range, Cancel As Boolean)
Cancel = True
If Target.Column <> 6 Or Target.Value = "" Then Exit Sub
pth = ThisWorkbook.Path & "\parsel\"
fname = pth & Target.Value
If Dir(fname) <> "" Then
ActiveWorkbook.FollowHyperlink fname
End If
End Sub
...Aldığım kod aşağıda
Sub BrowsePDFDocument()
Dim strDocument As String
strDocument = Application.GetOpenFilename("PDF Files,*.pdf,All Files,*.*", 1, "Open File", , False) ' get pdf document name
If Len(strDocument) < 6 Then Exit Sub
ActiveWorkbook.FollowHyperlink strDocument
End Sub
...File = Target & ".*"
DosyaAdı = Dir(Path & File)
If DosyaAdı = "" Then
MsgBox "Bu İsimde Dosya Bulunamadı"
Else
ThisWorkbook.FollowHyperlink Path & DosyaAdı
End If
End If
End Sub
End Sub
Expected End Sub hatası diyor. düğmeye tıklayınca bu Private Sub ile başlayan kodu nasıl...
...say)
.Value = Format(Now, "hh")
.Interior.ColorIndex = 3
End With
With Cells(Target.Row, say)
.Value = Format(Now, "hh")
.Interior.ColorIndex = 3
End With
Application.ThisWorkbook.FollowHyperlink Address:="kor\" & Cells(Target.Row, "D").Value & ".html"
End Sub
arkadaşlar aşağıdaki kod web sayfasını açıyor peki tam ekran olarak çamasını nasıl sağlayabilirim? Teşekkürler.
Private Sub CommandButton0_Click()
ThisWorkbook.FollowHyperlink Address:="http://www.google.com", NewWindow:=True
End Sub
...artık çalışmıyor.Yardımcı olabilecek arkadaşlara şimdiden teşekkür ederim.
Sub KlasörAc()
Sheets("Dok Güncelleme").Select
Range("j1").Select
On Error Resume Next
ActiveWorkbook.FollowHyperlink Address:="\\Server\d\M.I.S\Kalite\Dokümantasyon\" & Range("j1").Value & "\", NewWindow:=True
End Sub
Sizlere daha iyi bir deneyim sunabilmek icin sitemizde çerez konumlandırmaktayız, web sitemizi kullanmaya devam ettiğinizde çerezler ile toplanan kişisel verileriniz Veri Politikamız / Bilgilendirmelerimizde belirtilen amaçlar ve yöntemlerle mevzuatına uygun olarak kullanılacaktır.