ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   information between multiple workshheets (https://www.excelbanter.com/excel-worksheet-functions/222983-information-between-multiple-workshheets.html)

minimoi

information between multiple workshheets
 
I have a "master" work book, and a work book for each working day.
The daily work books are shared and updated by six individual users.
I need each users information to be automatically inserted to the"master"
when saved.

All help much appreciated.

Jacob Skaria

information between multiple workshheets
 
I hope this is to be done when you save the 'master' file. You will need to
use a macro to do this. If you are familiar with VBA try the below.

You will have to write the code in 'Workbook_BeforeSave' procedure.

'For each daily workbook
'Open daily workbook
'Get the required fields
'Close daily workbook
'Update master file fields

'Save master




All times are GMT +1. The time now is 02:45 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com