Tsuruko has attended:
Access Introduction course
Access Intermediate course
Access Advanced course
Access VBA course
Access VBA "to change align in a List box"
how to change align in a List box
RE: Access VBA "to change align in a List box"
Hi Tsuruko. The TextAlign property of a List box can be set via the drop down in the properties box to 1 - fmTextAlignLeft, 2 - fmTextAlignCentre or 3 - fmTextAlignRight.
Hope this helps,
Anthony