Ark68
Well-known Member
- Joined
- Mar 23, 2004
- Messages
- 4,564
- Office Version
- 365
- 2016
- Platform
- Windows
This line of code is not giving me the rsults I expect.
usr_mnth = 4
Expecting the value of combobox uf1_month to be "Apr" but it's being displayed as "Jan"
Corrections?
Code:
.uf1_month.Value = Format(usr_mnth, "mmm")
usr_mnth = 4
Expecting the value of combobox uf1_month to be "Apr" but it's being displayed as "Jan"
Corrections?