Results 1 to 16 of 16

DatePicker does not allow to use table filters

Threaded View

  1. #1
    Registered User
    Join Date
    04-30-2021
    Location
    Brazil
    MS-Off Ver
    2019
    Posts
    13

    DatePicker does not allow to use table filters

    Hello, everyone!

    I have been having problems with my DatePicker when I use filtres on my table. The DatePicker works just fine, but when I try to filter an error occurs. Does anybody know how to fix the problem? The problem is on .LinkedCell = Target.Address. I created the DatePicker using the Desing Mode.

    (I tried to attach the excel to clarify, but I can't be able to do it, do know why maybe 'cause I am new here I have no permission yet to do it )


    Private Sub Worksheet_SelectionChange(ByVal Target As Range)

      With ActiveSheet.DTPicker21
        .Height = 20
        .Width = 20
        .Visible = False
        If Not ActiveCell.ListObject Is Nothing Then
          If Not Intersect(Target, ActiveCell.ListObject.ListColumns(1).DataBodyRange) Is Nothing Then
          .Visible = True
          .Top = Target.Top
          .Left = Target.Offset(0, 1).Left
          .LinkedCell = Target.Address
        Else
          .Visible = False
        End If
        
       End If
    End With
    Last edited by BiaMidori; 05-03-2021 at 09:37 AM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Macro to select multiple pivot table filters, based on values in a table
    By Portuga in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 12-03-2018, 06:42 PM
  2. Table Automatically Filters Entries to New Table Based on Criteria
    By Keats713 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-04-2017, 04:59 PM
  3. Pivot Table Filters - 1st filter also filters 2nd filter
    By Steveapa in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 08-19-2016, 03:32 AM
  4. Replies: 1
    Last Post: 07-16-2015, 05:46 AM
  5. [SOLVED] Link/Bookmark Datepicker to table heading
    By vamosj in forum Word Formatting & General
    Replies: 4
    Last Post: 11-25-2013, 02:33 PM
  6. [SOLVED] Create Filters for a Table based on what is visible in another table
    By GeneralDisarray in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-17-2013, 03:48 PM
  7. Replies: 1
    Last Post: 09-11-2013, 02:27 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