Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all
I got an excel workbook with 11 sheets with the same structure I want that when a formula is changed in 1 sheet automatiocally be changed in other sheets Is there a way doing this without (Copy-Paste Special- Only Formulas) thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The follwing code will give you a start..
use a loop to go thru all you sheets and define range of cells to be changed Sub test() Sheets("sheet2").Range("c1").FormulaR1C1 = Sheets ("sheet1").Range("C1").FormulaR1C1 End Sub Abdul Salam -----Original Message----- Hi all I got an excel workbook with 11 sheets with the same structure I want that when a formula is changed in 1 sheet automatiocally be changed in other sheets Is there a way doing this without (Copy-Paste Special- Only Formulas) thanks . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
auto change font color in formula/cell | Excel Worksheet Functions | |||
Auto change background of color based on formula | Excel Worksheet Functions | |||
is there a formula to auto change cell colours | Excel Discussion (Misc queries) | |||
Cell formula not updating, auto calc on, over 100 sheets | Excel Discussion (Misc queries) | |||
Can I auto change text to RED if a user overwrites a formula? | Excel Discussion (Misc queries) |