Consulting

Page 2 of 2 FirstFirst 1 2
Results 21 to 26 of 26

Thread: Pivotal Filter Selection Macro

  1. #21
    Administrator
    VP-Knowledge Base
    VBAX Grand Master mdmackillop's Avatar
    Joined
    May 2004
    Location
    Scotland
    Posts
    14,489
    Location
    Hi BMS
    When you copy code, use "Paste without formatting" (Ctrl + Shift +V) to avoid the Font tags etc.
    MVP (Excel 2008-2010)

    Post a workbook with sample data and layout if you want a quicker solution.


    To help indent your macros try Smart Indent

    Please remember to mark threads 'Solved'

  2. #22
    so what I want to send is the results of the ac number selection via the Mail_Range Macro. So I guess the Identifier would be the Account Number? Or the Active Range Of the Pivotal Table ?
    Last edited by bloodmilksky; 05-24-2017 at 01:59 AM. Reason: Missed Some Details

  3. #23
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location
    I guess that you mean the rows that are in the source data for the selected account? If so, would it not be okay for us to ignore the pivot and work off the original data, the accounts are all blocked.
    ____________________________________________
    Nihil simul inventum est et perfectum

    Abusus non tollit usum

    Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
    James Thurber

  4. #24
    The main reason for this is the way the data is presented. Because it needs to be easily read by the recipient. So needs to have their AC, Email, and the outstanding order numbers with the time that we are looking to resolve them.

    I have another spreadsheet that sorts the rows of data in to named ranges(these are the AC Number) and once it has finished sorting them it runs through each ac number range and emails it off.

    but I was told that way might have too many problems.

    Sorry for this XLD I really appreciate your help I just feel stuck at the moment.

  5. #25
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location
    Quote Originally Posted by bloodmilksky View Post
    I have another spreadsheet that sorts the rows of data in to named ranges(these are the AC Number) and once it has finished sorting them it runs through each ac number range and emails it off.
    Not sure I am understanding, isn't this exactly what you are trying to achieve?
    ____________________________________________
    Nihil simul inventum est et perfectum

    Abusus non tollit usum

    Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
    James Thurber

  6. #26
    Yeah its exactly what I amt trying to achieve but there are some problems I have had with it that exceed my knowledge level.

    Could I send it to you to see what you think?
    Last edited by bloodmilksky; 05-25-2017 at 06:13 AM. Reason: Missing Details

Tags for this Thread

Posting Permissions

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