information between multiple workshheets

M

minimoi

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.
 
J

Jacob Skaria

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top