Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Auto Change Formula in different sheets

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 17
Default Auto Change Formula in different sheets

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
auto change font color in formula/cell Kevin V. Excel Worksheet Functions 1 January 23rd 08 10:50 AM
Auto change background of color based on formula fredwing Excel Worksheet Functions 3 January 4th 07 12:45 AM
is there a formula to auto change cell colours brenner Excel Discussion (Misc queries) 1 October 2nd 06 12:56 PM
Cell formula not updating, auto calc on, over 100 sheets mcphc Excel Discussion (Misc queries) 1 June 15th 06 04:03 PM
Can I auto change text to RED if a user overwrites a formula? rrucksdashel Excel Discussion (Misc queries) 2 September 12th 05 10:10 PM


All times are GMT +1. The time now is 12:17 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"