Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to combine information from multiple rows into one | Excel Discussion (Misc queries) | |||
Pasting Information from Multiple Cells | Excel Discussion (Misc queries) | |||
How do I combine information from multiple worksheets | Excel Discussion (Misc queries) | |||
formula looking up multiple information. | Excel Worksheet Functions | |||
Using multiple spreadsheet for different information | Setting up and Configuration of Excel |