Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am working btw two workbooks and would like the data I enter in one to
automatically populate the second. For example, as I add new entries, I would like that new entry to populate on the second workbook (separate file) as a new entry as well. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() You could use the on_change event of the first workbook to fill the cells off workbooks(2).cells(Target) with the same value You need to do some error checking if you want to do this. How is your VBA skill? -- Dnereb ------------------------------------------------------------------------ Dnereb's Profile: http://www.excelforum.com/member.php...o&userid=26182 View this thread: http://www.excelforum.com/showthread...hreadid=490220 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Or you could just "Save As" the workbook and give it another name. Or if you
want to keep a database of all the entries you make in another workbook use the template wizard with data tracking (tools / addin's). "kzparham" wrote: I am working btw two workbooks and would like the data I enter in one to automatically populate the second. For example, as I add new entries, I would like that new entry to populate on the second workbook (separate file) as a new entry as well. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
From several workbooks onto one excel worksheet | Excel Discussion (Misc queries) | |||
Automatically pasting worksheet data to new worksheet with formulas | Excel Worksheet Functions | |||
Pasting data without the worksheet automatically delimiting it? | Excel Discussion (Misc queries) | |||
Is it possible to use data from different workbooks in formulas? | Excel Worksheet Functions | |||
Update multiple workbooks automatically | Excel Worksheet Functions |