Consulting

Results 1 to 6 of 6

Thread: Require VBA Code for filter Data after criteria match

  1. #1

    Require VBA Code for filter Data after criteria match

    Dear Sir,

    Can you help me below issue for VBA coding

    This our portfolio company. I put simple one of VBA code for sector sorting & its work proper.

    Now I required VBA code for below process

    Portfolio Upgrade & Downgrade

    1. When I select Year or month (Cell F4) & then Click “Portfolio Top 10 Upgrade FY20E” Button Then Data sort on “column AS” & Show Top 10 upgrade stocks
    2. When I select Year or month (Cell F4) & then Click “Portfolio Top 10 Downgrade FY20E” Button Then Data sort on “column AS” & Show Top 10 Downgrade stocks
    3. Same process for FY21E & other month also


    Sector Portfolio Upgrade & Downgrade

    1. When I select Year or month (Cell F4) & Select sector (Cell D4) & then Click “Sector Top 10 Upgrade FY20E” Then Data sort on “column AS” & Show Top 10 upgrade stocks in that specific sector with date criteria match.
    2. When I select Year or month (Cell F4) & Select sector (Cell D4) & then Click “Sector Top 10 Downgrade FY20E” Then Data sort on “column AS” & Show Top 10 Downgrade stocks in that specific sector with date criteria match.
    3. Same process for FY21E & other month also


    Note: Can you see Why message show Be careful after save file. I am confused why it show.

    Regards
    Amar TakaleMonthly Estimates EPS.xlsm

  2. #2
    Knowledge Base Approver VBAX Wizard p45cal's Avatar
    Joined
    Oct 2005
    Location
    Surrey UK
    Posts
    5,874
    I think your shopping list needs to be tackled by someone you pay.

  3. #3
    Thanks for Reply.

    I will try to solve this issue with formulas by myside. This group always helpful for me to learn something new ideas & trick & VBA.

    Thanks one again

  4. #4
    VBAX Sage
    Joined
    Apr 2007
    Location
    United States
    Posts
    8,726
    Location
    Note: Can you see Why message show Be careful after save file. I am confused why it show.
    That's from the Document Inspector warning you that there may be information in the file that might be sensitive

    Capture.JPG


    You can get more details from the Info screen



    Capture2.JPG

    Capture3.JPG
    ---------------------------------------------------------------------------------------------------------------------

    Paul


    Remember: Tell us WHAT you want to do, not HOW you think you want to do it

    1. Use [CODE] ....[/CODE ] Tags for readability
    [CODE]PasteYourCodeHere[/CODE ] -- (or paste your code, select it, click [#] button)
    2. Upload an example
    Go Advanced / Attachments - Manage Attachments / Add Files / Select Files / Select the file(s) / Upload Files / Done
    3. Mark the thread as [Solved] when you have an answer
    Thread Tools (on the top right corner, above the first message)
    4. Read the Forum FAQ, especially the part about cross-posting in other forums
    http://www.vbaexpress.com/forum/faq...._new_faq_item3

  5. #5
    Good Morning Paul Sir,
    Thanks for reply. I got already this answer after some attempt in excel setting
    "Options > Trust Center > Trust Center Settings > Privacy Options > then un-check the check box "


  6. #6
    Dear Pual & p45cal Sir,

    Finally I done this task with help of google & use VBA also.I tried a lot of work & time in this task because p45cal sir give me challenge. And I want to share this sheet with you & Pual sir also our group (Sample sheet)

    Now I can sort data Asc & Des within sector. Also sort data within in scheme. Also within Scheme & Sector at one time. I will sort all data asc & des & will saw upgrade & downgrade whole data of each month.This work is small different which I explain in previous mail but work fine for me.Monthly Upgrade & Downgrade.xlsm


    Thanks & regards
    Amar

Posting Permissions

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