Sorgu için arama sonuçları: Displayformat

  1. Ç

    bulunduğum satırı renkli göstersin

    ...yapılmış çalışma buldum. Private Sub Worksheet_SelectionChange(ByVal Target As Range) Application.ScreenUpdating = False Dim aaa As DisplayFormat Set aaa = Range("XFD1048576").DisplayFormat Range("A1:XFD500").Borders.Color = aaa.Borders.Color...
  2. 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...
  3. excelience

    Font.Bold Hatası

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

    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
  5. 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