Results 1 to 5 of 5

Thread: Pivot table variable problem

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Pivot table variable problem

    Hello

    Is it possible to make the date part variable in the vba code below? I would like your help.

    ActiveSheet.PivotTables("PivotTable1").PivotFields("Yaratma tarihi"). _
    PivotFilters.Add2 Türü:=xlBefore, Değer1:="20.01.2025"
    sample file

    https://drive.google.com/file/d/13VItbEzEhqrXsnRkwhjk92WF0IuyR7nH/view?usp=sharing
    Last edited by Aussiebear; 01-28-2025 at 02:56 AM.

Posting Permissions

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