Results 1 to 5 of 5

Thread: VBA code for a routine process

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    VBAX Regular
    Joined
    Jul 2017
    Posts
    12
    Location

    VBA code for a routine process

    Hello All

    Please i need a VBA code for the routine process below, let me know if your required further details. also attached is a sample of the report.


    1. Convert to numbers Group 1, Group 2 and Group 3 (columns AC, AD, AE) by selecting each column , then “Data” then “Text to column” then Next, Next and Finish
    2. Convert From Range and To Range (columns Z and AA) by selecting each column, then“Data” then “Text to column” then Next, Next and Finish
    3. Label column AF as TOTAL
    4. Add formula to column AF =IF(AND(AC2="",AD2="",AE2=""),"Blank",(SUM(AC2:AE2))) and copy that formula to the end of the report
    5. Label column AG as OUT OF ORDER
    6. Label column AH as Reviewer Notes
    7. Add Filters to all columns
    8. Filter AF by Blank and add FALSE to column AG. Under AH add User Not part of approval rules
    9. Filter AF by 0 add FALSE to column AG. Under AH add No approval Rules set up
    10. Filter AF by 2 & 3 add FALSE to column AG. Under AH add Multiple approvers required
    11. Filter AF by 1 these are the potential out of order items
      1. If H, I J, L, M & N (create, modify and approve single or templates) are all blank, add FALSE to column AG. Under AH add No User Permissions
      2. If Seg Payments and Seg Recurring (columns O & P) are both TRUE (client cannot make and check) add FALSE to column AG. Under AH add Segregation of user permissions
      3. If Seg Payments and Seg Recurring (columns O & P) are both FALSE (client can make and check) add TRUE to column AG. Under AH add No Segregation of user permissions
      4. If To and From amounts (columns AA & AB) are less than $10,000 add FALSE to column AG. Under AH add To amount less than $10,000

    12. Confirm Out of Order column AG have no blanks as input of TRUE or FALSE must be entered for each line.
    13. If any are TRUE, there is an out of order that must be investigated.
    14. If all are FALSE, the review of AT permissions is complete and ready to report to Davide/Michelle once the full review is done.


    Thanks
    Attached Files Attached Files

Posting Permissions

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