Results 1 to 21 of 21

Problem with a Excel Calendar Datepicker in a Floating VBA Userform

Threaded View

  1. #6
    Forum Expert skywriter's Avatar
    Join Date
    06-09-2014
    Location
    USA
    MS-Off Ver
    365 Version 2409
    Posts
    2,789

    Re: Problem with a Excel Calendar Datepicker in a Floating VBA Userform

    Click on the calender to select it, then go to the view menu and then properties. Look for the name of the calendar. You should probably just select the name and copy it. Go to the code for the form and in the drop down list at the top on the right choose initialize.
    You should get some code that looks like what's below without the date time picker stuff in it. Add your name then type the period and you should get intellisense giving you some choices, choose value and then type = date. You are recreating what you see below, but you have to use the actual name of your calendar.

    Edit: Okay I didn't scroll down far enough in your PDF. It looks like your calendar is named calendar.
    So if your type Calendar. you should get the intellisense list to pick value from. If you immediately get the list after typing the period we are on the right track. Also type date with a small d and after you hit enter it should turn to a capital D another sign things are working right.

    Private Sub UserForm_Initialize()
    
    DTPicker1.Value = Date
    
    End Sub
    Last edited by skywriter; 03-03-2015 at 05:13 PM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Colours in a Calendar Datepicker in a Floating VBA Userform
    By butterscotch in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 02-25-2015, 03:32 PM
  2. Programming DatePicker in UserForm
    By yidode in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-15-2015, 08:30 PM
  3. Issue on Calendar/DatePicker controls Compatiblity
    By SathishKumar in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-26-2013, 05:46 PM
  4. DatePicker calendar
    By fandreacci in forum Excel General
    Replies: 2
    Last Post: 04-09-2007, 04:55 PM
  5. UserForm as a tool bar/ floating options for excel sheet
    By Abraham.Olson@gmail.com in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-26-2006, 11:55 AM

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