Sorgu için arama sonuçları: DisplayFormat

  1. F

    makroyu eklentiye çevirme

    ...As Long Dim indCurCell As Long cntRes = 0 sumRes = 0 cntCells = Selection.CountLarge indRefColor = ActiveCell.DisplayFormat.Interior.Color For indCurCell = 1 To (cntCells - 1) If indRefColor = Selection(indCurCell).DisplayFormat.Interior.Color Then...
  2. excelience

    Font.Bold Hatası

    Hocam çok teşekkür ederim
  3. Ç

    Font.Bold Hatası

    Kodu If celss(i, 2).Font.Bold = True Then aşağıdaki şekilde yazarak deneyiniz. If celss(i, 2).DisplayFormat.Font.Bold = True Then
  4. I

    alt zemin olmayan koşullu biçimlendirilmiş rengi sayma

    ...Dim sumRes Dim cntCells As Long Dim indCurCell As Long cntRes = 0 sumRes = 0 cntCells = Selection.CountLarge indRefColor = ActiveCell.DisplayFormat.Interior.Color For indCurCell = 1 To (cntCells - 1) If indRefColor = Selection(indCurCell).DisplayFormat.Interior.Color Then cntRes = cntRes +...
Üst