+ Reply to Thread
Results 1 to 2 of 2

Simple Question

  1. #1
    Registered User
    Join Date
    02-11-2004
    Posts
    15

    Question Simple Question

    I have a combobox in a userform that selects a time. The issue is when you select a time, it shows up as a serial time and not in a #:## format. I don't see anything in the properties that seems to address this.

    Cheers-
    Chris Krahe

  2. #2
    Tom Ogilvy
    Guest

    Re: Simple Question

    Private Sub Combobox1_click()
    ComboBox1.Value = Format(ComboBox1.Value, "hh:mm")
    End Sub

    --
    Regards,
    Tom Ogilvy


    "cmk18" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have a combobox in a userform that selects a time. The issue is when
    > you select a time, it shows up as a serial time and not in a #:##
    > format. I don't see anything in the properties that seems to address
    > this.
    >
    > Cheers-
    > Chris Krahe
    >
    >
    > --
    > cmk18
    > ------------------------------------------------------------------------
    > cmk18's Profile:

    http://www.excelforum.com/member.php...fo&userid=6047
    > View this thread: http://www.excelforum.com/showthread...hreadid=397193
    >




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1