We are under construction!
You may experience downtime, errors or visual oddities, but we anticipate all will be resolved by the end of the day.
You may experience downtime, errors or visual oddities, but we anticipate all will be resolved by the end of the day.
Hi Nicole
You can use conditional formatting for this:
If (RowE1IndentLevel = 0) Then
Bold = True
End If
Cheers
Christian
Hi Nicole
You can use conditional formatting for this:
If (RowE1IndentLevel = 0) Then
Bold = True
End If
Cheers
Christian
Simple answer - thanks so much ChristianW!!