Results 1 to 8 of 8

Thread: Solved: Problem with listbox and date

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    VBAX Regular
    Joined
    Mar 2011
    Posts
    92
    Location

    Solved: Problem with listbox and date

    I attached a simple example file.
    It contains a form with 1 listbox and 1 textbox
    In the code i fill the list box with a date write in textbox in this case 12/09/11 (italian format: 12 september 2011)
    In sheet "A", cell (1,1) the code write the value of listbox, in cell (2,1) the code write the value of textbox.

    Result is:
    In first cell the value is 09/12/11 (listbox)
    in second cell the value is 12/09/11 (textbox)

    Any help in avoid this will be much appreciate.

    Thanks in advance
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •