ApolloShine
New Member
- Joined
- Jun 23, 2015
- Messages
- 8
i have a userform and would like to format a text bold when transferred onto the sheet.
If o4.Value = True Then
Cells(emptyRow, 9).Value = "1"
ElseIf o5.Value = True Then
Cells(emptyRow, 9).Value = "0"
Else
Cells(emptyRow, 9).Value = "N/A" <<<<< i want this enter Bold
End If
If o4.Value = True Then
Cells(emptyRow, 9).Value = "1"
ElseIf o5.Value = True Then
Cells(emptyRow, 9).Value = "0"
Else
Cells(emptyRow, 9).Value = "N/A" <<<<< i want this enter Bold
End If