LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9,101
Default How to update data between different sheets in a workbook?

I think from your desription the summary sheet should contain formulas to the
other sheets such as in summary sheet cell A2

=Sheet1!B22


The lformulas will always remain the same since your new data is in a new
row. then if you change data in any sheet the summary sheet will also
change. You will need to make some slight modifications to your old code
that copied the data to the summary sheet, and instead put in formulas.

Instead of

sheets("Summary).Range("A1") = sheets("Sheet1").Range("A1")

use this

sheets("Summary).Range("A1").formula = "=Sheet1!A1"




"Stuart H" wrote:

Due to our product differing so greatly with each enquiry/order we have
developed a workbook which creates a new sheet with each enquiry(approx 200
per month) Each sheet reads the customer data base info(another spreadsheet)
and holds the quote, jobsheet and d/note info which operate off macro's(I am
self taught so be gentle). We have recently included a data sheet at the end
of the workbook which stores the info from each sheet in table form. How can
I get the info from a previously created sheet to uopdate info, relating to
that sheet, if it changes bearing in mind that each time a new sheet is
created in inserts a line in the data sheet so the data is always moving?

 
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
How to update data from multiple sheets to one specific sheets Khawajaanwar Excel Discussion (Misc queries) 4 January 15th 10 07:31 AM
Combine 2 sheets into 1 that will update w/new data Ms. Von Excel Worksheet Functions 2 June 23rd 08 04:12 PM
Multiple Sheets (Need to create 500 individual sheets in one workbook, pulling DATA Amaxwell Excel Worksheet Functions 4 August 17th 06 06:23 AM
Copying data from workbook/sheets to another workbook/sheet yukon_phil Excel Programming 0 July 26th 06 07:33 PM
Update on Worksheet_change with data from other sheets? Ouka[_3_] Excel Programming 1 June 18th 05 06:08 AM


All times are GMT +1. The time now is 02:21 AM.

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"