Very Very Important for Everyone that How to Use Bold Font as a Filter in Excel?

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • How to Use Bold Font as a Filter?
    Three Small Function
    1) Use Ctrl+H and set format bold and replace with any color.
    2) Use Get.Cell(20, Cell REf)
    3) Use VBA code as mentioned below:
    ""Function FilterBold(CellRef As Range)
    FilterBold = CellRef.Font.Bold
    End Function""

Комментарии • 15