Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Is it possible to update cell a1 in 7 different workbooks or files at
the same time? Thanks. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi James,
You could do it by writing a formula in cell A1 (for example) of each sheet, linking back to the sheet that you update. Like: =Sheet1!A1 Where Sheet1!A1 is the cell that you update. hth BigPig "James" wrote: Is it possible to update cell a1 in 7 different workbooks or files at the same time? Thanks. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi James,
I'm sorry, just reread your post. Yes, but you'd have to use vba. "James" wrote: Is it possible to update cell a1 in 7 different workbooks or files at the same time? Thanks. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Aug 30, 10:06 am, BigPig wrote:
Hi James, I'm sorry, just reread your post. Yes, but you'd have to use vba. "James" wrote: Is it possible to update cell a1 in 7 different workbooks or files at the same time? Thanks.- Hide quoted text - - Show quoted text - Thanks, do you happen to know how to write that code? Thanks. |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
James, if the workbooks you want to update are not open, then Bob Phillips'
article on SUMPRODUCT might be useful to you. http://www.xldynamic.com/source/xld.SUMPRODUCT.html See the Advantages of SUMPRODUCT section. Note that SUMPRODUCT can refer to a single cell, if desired. James "James" wrote in message ups.com... On Aug 30, 10:06 am, BigPig wrote: Hi James, I'm sorry, just reread your post. Yes, but you'd have to use vba. "James" wrote: Is it possible to update cell a1 in 7 different workbooks or files at the same time? Thanks.- Hide quoted text - - Show quoted text - Thanks, do you happen to know how to write that code? Thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Identifying updated cells | Excel Worksheet Functions | |||
Showing Updated Cells | Excel Discussion (Misc queries) | |||
how can you see what is updated when linking workbooks | Excel Discussion (Misc queries) | |||
Need to track cells that haven't been updated | Excel Discussion (Misc queries) | |||
Updated cells | Excel Worksheet Functions |