Hi guys, I'll keep this simple.
The setup:
Dim header As Range
ThisWorkbook.Sheets("Category 1 Tasks").Select
Set header = Cells(Rows.Count, 1).End(xlUp).Offset(47, 0)
'adding the title
header.Select
Selection.Font.Bold = True
With Selection
This works fine:
.Value = "=""3.2.""&(RIGHT(" &...