+ Reply to Thread
Results 1 to 2 of 2

Using the VBA datepicker to click a date and move to the cell corresponding to the date

  1. #1
    Registered User
    Join Date
    07-29-2016
    Location
    Manila, Philippines
    MS-Off Ver
    2010
    Posts
    79

    Using the VBA datepicker to click a date and move to the cell corresponding to the date

    My worksheet cells F3:DJ3 shows an individual date per cell from August 1, 2019 to December 31, 2019. Is it possible to use the date picker in which that if you click a date e.g. October 9 in the VBA date picker, it will move to cell BC3 which contains its corresponding date?

  2. #2
    Forum Guru bakerman2's Avatar
    Join Date
    10-03-2012
    Location
    Antwerp, Belgium
    MS-Off Ver
    MO Prof Plus 2016
    Posts
    6,907

    Re: Using the VBA datepicker to click a date and move to the cell corresponding to the dat

    You can use Application.Goto in combination with Cells and Application.Match to find the correct column.
    Avoid using Select, Selection and Activate in your code. Use With ... End With instead.
    You can show your appreciation for those that have helped you by clicking the * at the bottom left of any of their posts.

+ 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. Double Click Cell to add date - or delete date
    By COL_MCC in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-25-2019, 04:54 AM
  2. Enable DatePicker after selecting date in another cell
    By adriano.r.marques in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-01-2015, 03:20 PM
  3. Sending Date from DatePicker on Userform into a Cell generating blanks
    By jkj115 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-26-2015, 06:23 PM
  4. [SOLVED] No date displayed in datepicker if cell is blank
    By michelle 1 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 12-24-2013, 02:41 PM
  5. [SOLVED] Move date shown in cell to new cell directly left once date has passed
    By jamieswift1977 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 04-16-2013, 11:23 AM
  6. Input date, click CommandButton, new date appears in the following cell
    By adamj1910 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-05-2012, 10:59 AM
  7. How to: Click on a cell, calendar pops up, pick a date, date appears in cell.
    By jonvanwyk in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-08-2011, 01:56 PM

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