+ Reply to Thread
Results 1 to 3 of 3

Problem in Macros Adding the dynamic chart to show orders between dates

  1. #1
    Forum Contributor
    Join Date
    04-18-2014
    Location
    Pune, India
    MS-Off Ver
    Excel 2021
    Posts
    127

    Problem in Macros Adding the dynamic chart to show orders between dates

    Hi Expert,

    I have created dynamic names ranges to collect the data for the dates and totals. These dynamic named ranges are called “ChartDate” interface sheet "L25" and “ChartTotal” interface sheet "N25".

    Criteria: ("AA7:AC8") for detail please see the attached file. Screenshot (4).png

    Extract: ($L24:$N$24)

    after creating dynamic names i have recorded macro name test, then advance filter i.e. sheet name orders ("Orders!$C$5:$L$1000"), sheet name interface Criteria: ("AA7:AC8") & Extract: ($L24:$N$24).

    Please see the below code of adv filter

    Sub AdvFilter()

    Sheet2.Range("C5:L10000").AdvancedFilter Action:=xlFilterCopy, _
    CriteriaRange:=Range("AA7:AC8"), CopyToRange:=Range("L24:N24"), Unique:= _
    False

    If Range("N25") = "" Then
    Range("L25") = "12/12/12"
    Range("N25") = 0
    End If
    End Sub

    getting error: The Extract range has a missing or illegal field name.

    after recording macros date customer total not displaying.

    Thanks in advance.
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    04-18-2014
    Location
    Pune, India
    MS-Off Ver
    Excel 2021
    Posts
    127

    Re: Problem in Macros Adding the dynamic chart to show orders between dates

    Dear Experts,

    When shall I expect a reply of my above subject? I hope they did not escape from experts.

  3. #3
    Forum Contributor
    Join Date
    04-18-2014
    Location
    Pune, India
    MS-Off Ver
    Excel 2021
    Posts
    127

    Re: Problem in Macros Adding the dynamic chart to show orders between dates

    Dear Experts,

    When shall I expect a reply of my above subject? I hope they did not escape from experts.

+ 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. Adding Macros to Excel Chart
    By jrichards238 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-28-2015, 04:09 PM
  2. How do I not show blank dates on chart
    By Wskip49 in forum Excel General
    Replies: 2
    Last Post: 05-16-2015, 08:33 AM
  3. [SOLVED] Dynamic chart - Show last 3 data inputs
    By Kartoffelmos in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 10-20-2014, 05:31 AM
  4. [SOLVED] Adding a dynamic title to a chart
    By GIS2013 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-05-2014, 11:02 AM
  5. Trouble with adding dynamic chart
    By nsorden in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 08-12-2009, 09:54 AM
  6. Adding Year Field To Dynamic Chart
    By Acro in forum Excel General
    Replies: 1
    Last Post: 06-29-2006, 08:10 AM
  7. Adding multiple series to a dynamic chart
    By [email protected] in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-11-2005, 05:05 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