Ark68
Well-known Member
- Joined
- Mar 23, 2004
- Messages
- 4,564
- Office Version
- 365
- 2016
- Platform
- Windows
I was successfull in italicizing text in my textbox, but I am struggling with turning the italic format off to return the text to normal.
Is anyone able to reveal what I'm doing wrong?
Code:
With uf9_poststaff
.pin.Enabled = True
.dcard_id.Enabled = True
.dcard_no.Enabled = True
.dcard_id.Font.Italic = False
.dcard_id.ForeColor = RGB(0, 0, 0)
.dcard_no.Font.Italic = False
.dcard_no.ForeColor = RGB(0, 0, 0)
.pin.Font.Italic = False
.pin.Font.ForeColor = RGB(0, 0, 0)
mbevents = True
.vm_emplschedule.Enabled = True
.v_employeepp.Enabled = True
End With
Is anyone able to reveal what I'm doing wrong?