Sorgu için arama sonuçları: comment

  1. Korhan Ayhan

    Hücre Açıklamaları Hk.

    Ben olsam forumdaki eski konuları bir karıştırırım. Belki bir şeyler çıkabilir. https://www.excel.web.tr/search/190500/?q=comment&o=date
  2. Korhan Ayhan

    Açıklama Boyutu

    ...Explicit Sub Aciklamalari_Yeniden_Boyutlandir() Dim Veri As Range, Say As Long For Each Veri In Selection If Not Veri.Comment Is Nothing Then Veri.Comment.Shape.TextFrame.AutoSize = True Say = Say + 1 End If Next If Say = 0...
  3. S

    Açıklama Boyutu

    ...göre her seferinde yeniden düzenlemem gerekiyor. Bunu otomatik boyutlandıracak bir kod vardmıdır. Teşekkürler. ElseIf (ActiveCell.Column = 14) And (ActiveCell.Row = 13) Then Range("C13").AddComment Range("C13").Comment.Visible = False Range("C13").Comment.Text Text:="" & Range("N13") & ""
  4. F

    Açıklama Silme

    ...Not c Is Nothing Then Adr = c.Address Do If Cells(c.Row, "B") = trh Then Cells(c.Row, "B").ClearComments Cells(c.Row, "B").AddComment Cells(c.Row, "B").Comment.Text Text:="" Cells(c.Row...
  5. Ömer

    Açıklama Silme

    Merhaba, Kodlardaki kırmızı işaretli bölüm silme işlemini yapar. Kırmızı kalarak diğer 3 satırı silerseniz istediğiniz olur. Cells(c.Row, "B").ClearComments Cells(c.Row, "B").AddComment Cells(c.Row, "B").Comment.Text Text.Delete Cells(c.Row, "B").Comment.Text Text:=deg
  6. F

    Açıklama Silme

    ...Not c Is Nothing Then Adr = c.Address Do If Cells(c.Row, "B") = trh Then Cells(c.Row, "B").ClearComments Cells(c.Row, "B").AddComment Cells(c.Row, "B").Comment.Text Text.Delete Cells(c.Row...
  7. Ömer

    Açıklama ekleme

    ...Not c Is Nothing Then Adr = c.Address Do If Cells(c.Row, "B") = trh Then Cells(c.Row, "A").ClearComments Cells(c.Row, "A").AddComment Cells(c.Row, "A").Comment.Text Text:="" Cells(c.Row...
  8. seddur

    Açıklama ekleme

    ...= "" Or TextBox3 = "" Then MsgBox "Lütfen hasta seçimi ile birlikte tarih giriniz" Exit Sub End If For a = 15 To [A65536].End(xlUp).Row If Cells(a, 1) = TextBox2 And CDate(Cells(a, 2)) = CDate(TextBox3) Then On Error Resume Next TextBox8 = "" TextBox8 = Cells(a, 1).Comment.Text End If Next a
  9. Ömer

    Açıklama ekleme

    ...Then Adr = c.Address Do If Cells(c.Row, "B") = trh Then deg = deg & Chr(10) & Cells(c.Row, "A").Comment.Text End If Set c = [A:A].FindNext(c) Loop While Not c Is Nothing And c.Address <> Adr End If If deg...
  10. Saban Sertkaya

    Seçili Açıklamaya Ulaşma

    ...[A65536].End(xlUp).Row If Cells(a, 1) = ComboBox1 And CDate(Cells(a, 2)) = CDate(TextBox3) Then On Error Resume Next TextBox11 = "" TextBox11 = Cells(a, 1).Comment.Text TextBox11 = TextBox11 & " - " & Cells(a, 2).Comment.Text TextBox11 = TextBox11 & " - " & Cells(a, 3).Comment.Text End If Next a
  11. Saban Sertkaya

    Seçili Açıklamaya Ulaşma

    Yada şöyle yapabilirsiniz. For a = 1 to [A1048576].end(xlup).row if cells(a,1) = textbox1 and cells(a,2) = combobox1 then textbox2 = cells(a,1).comment.text next a
  12. seddur

    Seçili Açıklamaya Ulaşma

    Aşağıda birşeyler yaptım ama çalışmıyor,Düzeltebilecek arkadaş varsa yardım edebilir mi? TextBox2.Value = Sheets("Takip").Columns(1).Find(ara, , xlValues, xlWhole) And Sheets("Takip").Columns(2).Find(trh, , xlValues, xlWhole).Comment.Text
  13. seddur

    Seçili Açıklamaya Ulaşma

    ...Not c Is Nothing Then Adr = c.Address Do If Cells(c.Row, "B") = trh Then Cells(c.Row, "A").ClearComments Cells(c.Row, "A").AddComment Cells(c.Row, "A").Comment.Text Text:="" Cells(c.Row...
  14. F

    Açıklama ekleme

    Kod için teşekkürler.Yalnız comboboxa ve textbox1'e girdğimiz değerlere göre aranan açıklamayı textbox2'de nasıl görebiliriz.Yani ben aranan kişinin ismini ve tarihi gireyim daha sonra o açıklamayı textbox2'de göreyim.
  15. Ömer

    Açıklama ekleme

    ...Not c Is Nothing Then Adr = c.Address Do If Cells(c.Row, "B") = trh Then Cells(c.Row, "A").ClearComments Cells(c.Row, "A").AddComment Cells(c.Row, "A").Comment.Text Text:="" Cells(c.Row...
  16. F

    Açıklama ekleme

    ...olarak eklemek.. B sütununda tarihler var.Örnek dosyayı aşağıda paylaşıyorum. a = Sheets("Takip").TextBox2 If a = "" Then Exit Sub On Error Resume Next Sheets("Takip").Columns(1).Find(ComboBox1).AddComment Sheets("Takip").Columns(1).Find(ComboBox1).Comment.Text a MsgBox "kayıt yapılmıştır"
  17. seddur

    İstenen Açıklamaya Nasıl Ulaşılır?

    ...bir şeyin yapılabileceğini düşünüyorum.Şimdiden Teşekkür ederim. a = Sheets("Anasayfa").TextBox14 If a = "" Then Exit Sub On Error Resume Next Sheets("Anasayfa").Columns(1).Find(ComboBox4).AddComment Sheets("Anasayfa").Columns(1).Find(ComboBox4).Comment.Text a MsgBox "kayıt yapılmıştır"
  18. S

    Excelde açıklama içindeki veriyi hücreye yazdırmak

    Ömer Bey yardımınız için çok teşekkür ederim, tam istediğim gibi vermiş olduğunuz kod işime yaradı. Zaman ayırdığınız için teşekkürler.
  19. ÖmerBey

    Excelde açıklama içindeki veriyi hücreye yazdırmak

    Aşağıdaki kodu deneyiniz... Sub kod() s = Cells(Rows.Count, "B").End(3).Row For Each hcr In Range("B2:B" & s).SpecialCells(xlCellTypeComments) hcr.Offset(0, 1).Value = Ayikla(hcr.Comment.Text) Next End Sub Private Function Ayikla(met) Dim re, deg Set re =...
  20. S

    Excelde açıklama içindeki veriyi hücreye yazdırmak

    Ömer bey içinde tarihten sonra gelen bazı açıklamalarda mevcut
Üst