Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How do you make Character "B" Bold
Sub BonusNumbering() Dim cell As Range Dim lRow As Long Dim lColumn As Long Application.ScreenUpdating = False For Each cell In _ Range("AW2:AW" & _ Range("AW65536").End(xlUp).Row) lRow = cell.Row lColumn = cell.Value + 1 Cells(lRow, lColumn) = "B" Next 'cell Application.ScreenUpdating = True End Sub With Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
macro to bold number of chars from end of a string | Excel Discussion (Misc queries) | |||
use COUNTIF to total BOLD TEXT?? | Excel Worksheet Functions | |||
need to change writing to bold by only typing, not changing cell | Excel Worksheet Functions | |||
Bold a portion of concatenated string | Excel Discussion (Misc queries) | |||
Can I print bold text with unbolded border | Excel Discussion (Misc queries) |