Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have made some references to other cells in other worksheets in my excel workbook through VBA: worksheet.cells.formula = "= 'otherworksheet'!C2" But when I update the source cell, the target cell doesn't automatically refresh. Any ideas? Thanks in advance. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Ensure that calculation is set to Automatic.
-- http://HelpExcel.com 1-888-INGENIO 1-888-464-3646 x0197758 "Auke" wrote: Hi, I have made some references to other cells in other worksheets in my excel workbook through VBA: worksheet.cells.formula = "= 'otherworksheet'!C2" But when I update the source cell, the target cell doesn't automatically refresh. Any ideas? Thanks in advance. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
it is! That's what is confusing
"galimi" schreef: Ensure that calculation is set to Automatic. -- http://HelpExcel.com 1-888-INGENIO 1-888-464-3646 x0197758 "Auke" wrote: Hi, I have made some references to other cells in other worksheets in my excel workbook through VBA: worksheet.cells.formula = "= 'otherworksheet'!C2" But when I update the source cell, the target cell doesn't automatically refresh. Any ideas? Thanks in advance. |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Has the procedure been run, and did it put the forumlas where you expected
them to be? "Auke" wrote: it is! That's what is confusing "galimi" schreef: Ensure that calculation is set to Automatic. -- http://HelpExcel.com 1-888-INGENIO 1-888-464-3646 x0197758 "Auke" wrote: Hi, I have made some references to other cells in other worksheets in my excel workbook through VBA: worksheet.cells.formula = "= 'otherworksheet'!C2" But when I update the source cell, the target cell doesn't automatically refresh. Any ideas? Thanks in advance. |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Yes, Charlie, they did all the things right, you can also see the formula in
the formula bar, but it doesn't update. cheers "Charlie" schreef: Has the procedure been run, and did it put the forumlas where you expected them to be? "Auke" wrote: it is! That's what is confusing "galimi" schreef: Ensure that calculation is set to Automatic. -- http://HelpExcel.com 1-888-INGENIO 1-888-464-3646 x0197758 "Auke" wrote: Hi, I have made some references to other cells in other worksheets in my excel workbook through VBA: worksheet.cells.formula = "= 'otherworksheet'!C2" But when I update the source cell, the target cell doesn't automatically refresh. Any ideas? Thanks in advance. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Why won't target cell data changes trigger formula evaluation? | Excel Worksheet Functions | |||
Formula to Sum cells below a target call | Excel Worksheet Functions | |||
Update Date Cell when any of target cells change | Excel Worksheet Functions | |||
Target cell reference moves when target is cut and pasted | Excel Discussion (Misc queries) | |||
need a formula for setting colour target cells | Excel Worksheet Functions |