Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a user form with a combobox that has a row source set to cells
formatted as dd-mmm-yy. My problem is that the combobox displays this as a serial number and then writes the date to the worksheet as mm-dd-yy. The regional settings are set to English.I guess this is basic, but it is giving me real problems. Any help would be much appreciated. Many thanks Graham |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
When you put a date in a combox you need to convert it to a string. the can
be done with a format statement string_date = format(mydate,"mm-dd-yy"). You want to write the actual serial number date to the worksheet and make sure the cells are format as date so you don't get a serial number displayed on the worksheet. "Graham F" wrote: I have a user form with a combobox that has a row source set to cells formatted as dd-mmm-yy. My problem is that the combobox displays this as a serial number and then writes the date to the worksheet as mm-dd-yy. The regional settings are set to English.I guess this is basic, but it is giving me real problems. Any help would be much appreciated. Many thanks Graham |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Many thanks Joel, you solved the problem!
"Joel" wrote: When you put a date in a combox you need to convert it to a string. the can be done with a format statement string_date = format(mydate,"mm-dd-yy"). You want to write the actual serial number date to the worksheet and make sure the cells are format as date so you don't get a serial number displayed on the worksheet. "Graham F" wrote: I have a user form with a combobox that has a row source set to cells formatted as dd-mmm-yy. My problem is that the combobox displays this as a serial number and then writes the date to the worksheet as mm-dd-yy. The regional settings are set to English.I guess this is basic, but it is giving me real problems. Any help would be much appreciated. Many thanks Graham |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
ComboBox Problems | Excel Programming | |||
ComboBox Problems | Excel Programming | |||
Problems with Combobox | Excel Programming | |||
ComboBox Problems | Excel Programming | |||
ComboBox Problems | Excel Programming |