I have a workbook with a master table that is linked to 6 source workbooks with constituent tables. The distributed architecture afforded multi-user data entry without chancing data loss through sharing. I don’t know if that is the most optimal way (I’d like to hear one if there is one), but it seems to work. However, without opening all workbooks at the same time to update the values on the master workbook is there an easier way that it will automatically update the values. Additionally, I want the formatting of the cells to update as well.
The source workbooks have data validation, conditional formatting and formatting from VBA code that you helped me with. How do I need to set-up the master workbook so that the cells in the master table update upon opening with the most current values and formatting of the source books?
Thanks.