+ Reply to Thread
Results 1 to 2 of 2

Insert date picker into 3 columns

  1. #1
    Registered User
    Join Date
    12-20-2016
    Location
    United States
    MS-Off Ver
    2016
    Posts
    40

    Insert date picker into 3 columns

    Hi everyone, I have been looking at some search results on adding a calendar picker to 3 columns of a worksheet I'm creating, and can't seem to find a solid answer to what I'm looking to do. I can't possibly take the time to add the date picker to each individual cell, so I'm hoping there is an easier way to do this.

    What I'm hoping to do is fill cells F2:F200, G2:G200, and H2:H200 with a calendar picker. I'd prefer the calendar picker to not appear in these cells if the rest of each row is blank. The calendar picker field should be blank in each cell by default. I'm fine with doing this via VBA, I just need a practical, relatively simple solution for this, please. I'm using Excel 2013. Thanks a bunch in advance!

    -Andrew

  2. #2
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    Office 365 ProPlus
    Posts
    5,883

    Re: Insert date picker into 3 columns

    I tend not to use date picker supplied by MS, for backward compatibility purpose (many clients still use 2003).

    You can use one of custom date pickers out there and adopt to your need.

    See attached for example of Custom Calendar form. This one uses xlVeryHidden sheet named "Calendar" to populate the userform.

    Then you can use Worksheet_BeforeDoubleClick event to show the userform on column(s) of your choice. Sample code below.
    Please Login or Register  to view this content.
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 4
    Last Post: 08-31-2016, 10:04 AM
  2. URGENT!!! Date picker -how to insert error msg when date1<date2
    By erkamu in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 05-30-2014, 06:37 AM
  3. Date Time Picker Control - Cannot Insert Object error
    By Jose77 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 09-26-2009, 03:12 AM
  4. Insert Date and Time Picker value into Active Cell
    By B. Baumgartner in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-15-2007, 01:45 PM
  5. [SOLVED] How can I insert a drop down date picker to worksheet cells?
    By ron in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-29-2005, 01:55 PM
  6. [SOLVED] How can I insert a drop down date picker to worksheet cells?
    By ron in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-29-2005, 01:45 PM
  7. Replies: 1
    Last Post: 10-18-2005, 07:05 PM

Tags for this Thread

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