There's several posts on the subject, but I've not found one that solved my issue. Maybe I ought to mention that with this latest hip surgery that I'm totally sleep deprived and not seeing things for what they are. Anyway, I can't figure out why my combo won't align to the center.
Code:
Public Function ChoseDay()
Me.LBLcHOOSE.Visible = True
Me.cmboChoose.Visible = True
Me.cmboChoose.SetFocus
Me.cmboChoose.Dropdown
End Function
I even added a code statement Me.cmboChoose.textalign = 2 after the SetFocus, but no cigar!