Consulting

Results 1 to 1 of 1

Thread: VBA code to update master file and reflect changes on other workbooks

  1. #1
    VBAX Regular
    Joined
    Sep 2012
    Posts
    7
    Location

    Post VBA code to update master file and reflect changes on other workbooks

    Hi everyone,
    I am trying to figure out the best way to accomplish a task of updating several workbooks from a master file. I have a master file which other users need certain particular information from this file. I like to know if there is a macro that can run on either on the master file or on the other files, and if there is a change in the master file, this change should be reflected on the rest of the other workbooks. For example in the master file, if an employee is terminated and identified as term in Column B, then the entire row for that particular employee should be move to the Terms Sheet. Also, if an employee change department, this change should be reflected on the rest of the other files. Can this be accomplished using a VBA code or pivot tables?
    Your help is well appreciated.
    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
  •