sharky12345
Well-known Member
- Joined
- Aug 5, 2010
- Messages
- 3,422
- Office Version
- 2016
- Platform
- Windows
I'm using this to load a Listbox on a userform;
Columns 3 and 4 of the sheet are date values, but when they appear in the Listbox they have been converted to US format - can this be stopped or worked around?
Code:
With Sheets("Referrals")
lbtarget.List = .Range("A3", .Range("L65000").End(xlUp)).Value
End With
Columns 3 and 4 of the sheet are date values, but when they appear in the Listbox they have been converted to US format - can this be stopped or worked around?