Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
av8tor9804
 
Posts: n/a
Default Help with updating one spreadsheet off of another automatically

I am trying to update 25 different spreadsheets, and have the latest row of
data from each of the 25 automatically go to a 26th spreadsheet that is my
summary.

My goal is anytime I add a new row of data in any of the 25, that the
summary sheet gets updated automatically.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ardus Petus
 
Posts: n/a
Default Help with updating one spreadsheet off of another automatically

Has the "latest" row in each worksheet the same row number?

--
AP

"av8tor9804" a écrit dans le message
de ...
I am trying to update 25 different spreadsheets, and have the latest row

of
data from each of the 25 automatically go to a 26th spreadsheet that is my
summary.

My goal is anytime I add a new row of data in any of the 25, that the
summary sheet gets updated automatically.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
av8tor9804
 
Posts: n/a
Default Help with updating one spreadsheet off of another automaticall

Do you mean 1 summary worksheet and 25 sub-worksheets? I would prefer to keep
them as separate spreadsheets (and not worksheets of the same excel file),
due to the fact that each of the 25 has 2 worksheets apiece (1 for data
entry, 1 for cumulative data review).

"KC" wrote:

would you consider only having one summary sheet and
use auto filter to show any of the 25 sub sheets?

"av8tor9804" wrote:

I am trying to update 25 different spreadsheets, and have the latest row of
data from each of the 25 automatically go to a 26th spreadsheet that is my
summary.

My goal is anytime I add a new row of data in any of the 25, that the
summary sheet gets updated automatically.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
av8tor9804
 
Posts: n/a
Default Help with updating one spreadsheet off of another automaticall

No. Each spreadsheet may/will vary, as far as row numbers.

"Ardus Petus" wrote:

Has the "latest" row in each worksheet the same row number?

--
AP

"av8tor9804" a écrit dans le message
de ...
I am trying to update 25 different spreadsheets, and have the latest row

of
data from each of the 25 automatically go to a 26th spreadsheet that is my
summary.

My goal is anytime I add a new row of data in any of the 25, that the
summary sheet gets updated automatically.




  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ardus Petus
 
Posts: n/a
Default Help with updating one spreadsheet off of another automaticall

It sounds like you're mixing up Worbooks & Worksheets.
What do you mean by "spreadsheet" ? A single file (Workbook) , or a file
(Workbook) containing 25 (Worksheets) ?

HTH
--
AP

"av8tor9804" a écrit dans le message
de ...
Do you mean 1 summary worksheet and 25 sub-worksheets? I would prefer to

keep
them as separate spreadsheets (and not worksheets of the same excel file),
due to the fact that each of the 25 has 2 worksheets apiece (1 for data
entry, 1 for cumulative data review).

"KC" wrote:

would you consider only having one summary sheet and
use auto filter to show any of the 25 sub sheets?

"av8tor9804" wrote:

I am trying to update 25 different spreadsheets, and have the latest

row of
data from each of the 25 automatically go to a 26th spreadsheet that

is my
summary.

My goal is anytime I add a new row of data in any of the 25, that the
summary sheet gets updated automatically.





  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ardus Petus
 
Posts: n/a
Default Help with updating one spreadsheet off of another automaticall

So you'll need some macro code (VBA).

Should the source data lines (ie A:Z) be copied into the same columns into
dest (master) worksheet?

Cheers,
--
AP

"av8tor9804" a écrit dans le message
de ...
No. Each spreadsheet may/will vary, as far as row numbers.

"Ardus Petus" wrote:

Has the "latest" row in each worksheet the same row number?

--
AP

"av8tor9804" a écrit dans le

message
de ...
I am trying to update 25 different spreadsheets, and have the latest

row
of
data from each of the 25 automatically go to a 26th spreadsheet that

is my
summary.

My goal is anytime I add a new row of data in any of the 25, that the
summary sheet gets updated automatically.






  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
av8tor9804
 
Posts: n/a
Default Help with updating one spreadsheet off of another automaticall

I have included a couple of the 25 workbooks, as well as the Combined
workbook, for you to download and play with to see what I'm describing. You
can download the ZIP file from www.runsheets.com

I need the latest row(currently Row 21 for N567, and Row 33 for N123) to
automatically paste/hyperlink/update to the Combined workbook.

Thanks for any assistance you may provide.

BL





"Ardus Petus" wrote:

So you'll need some macro code (VBA).

Should the source data lines (ie A:Z) be copied into the same columns into
dest (master) worksheet?

Cheers,
--
AP

"av8tor9804" a écrit dans le message
de ...
No. Each spreadsheet may/will vary, as far as row numbers.

"Ardus Petus" wrote:

Has the "latest" row in each worksheet the same row number?

--
AP

"av8tor9804" a écrit dans le

message
de ...
I am trying to update 25 different spreadsheets, and have the latest

row
of
data from each of the 25 automatically go to a 26th spreadsheet that

is my
summary.

My goal is anytime I add a new row of data in any of the 25, that the
summary sheet gets updated automatically.






  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ardus Petus
 
Posts: n/a
Default Help with updating one spreadsheet off of another automaticall

Here is your "Combined" Workbook with a macro named fillRows:
http://cjoint.com/?dhnhlyBWGv

HTH
--
AP

"av8tor9804" a écrit dans le message
de ...
I have included a couple of the 25 workbooks, as well as the Combined
workbook, for you to download and play with to see what I'm describing.

You
can download the ZIP file from www.runsheets.com

I need the latest row(currently Row 21 for N567, and Row 33 for N123) to
automatically paste/hyperlink/update to the Combined workbook.

Thanks for any assistance you may provide.

BL





"Ardus Petus" wrote:

So you'll need some macro code (VBA).

Should the source data lines (ie A:Z) be copied into the same columns

into
dest (master) worksheet?

Cheers,
--
AP

"av8tor9804" a écrit dans le

message
de ...
No. Each spreadsheet may/will vary, as far as row numbers.

"Ardus Petus" wrote:

Has the "latest" row in each worksheet the same row number?

--
AP

"av8tor9804" a écrit dans le

message
de ...
I am trying to update 25 different spreadsheets, and have the

latest
row
of
data from each of the 25 automatically go to a 26th spreadsheet

that
is my
summary.

My goal is anytime I add a new row of data in any of the 25, that

the
summary sheet gets updated automatically.








  #9   Report Post  
Posted to microsoft.public.excel.worksheet.functions
av8tor9804
 
Posts: n/a
Default Help with updating one spreadsheet off of another automaticall

Thank you so much.

I apologoze about the delay in re-checking the responses here. It's been a
busy couple of days. I have downloaded the file and will check it out
shortly.

Thanks again.
BL


"Ardus Petus" wrote:

Here is your "Combined" Workbook with a macro named fillRows:
http://cjoint.com/?dhnhlyBWGv

HTH
--
AP

"av8tor9804" a écrit dans le message
de ...
I have included a couple of the 25 workbooks, as well as the Combined
workbook, for you to download and play with to see what I'm describing.

You
can download the ZIP file from www.runsheets.com

I need the latest row(currently Row 21 for N567, and Row 33 for N123) to
automatically paste/hyperlink/update to the Combined workbook.

Thanks for any assistance you may provide.

BL





"Ardus Petus" wrote:

So you'll need some macro code (VBA).

Should the source data lines (ie A:Z) be copied into the same columns

into
dest (master) worksheet?

Cheers,
--
AP

"av8tor9804" a écrit dans le

message
de ...
No. Each spreadsheet may/will vary, as far as row numbers.

"Ardus Petus" wrote:

Has the "latest" row in each worksheet the same row number?

--
AP

"av8tor9804" a écrit dans le
message
de ...
I am trying to update 25 different spreadsheets, and have the

latest
row
of
data from each of the 25 automatically go to a 26th spreadsheet

that
is my
summary.

My goal is anytime I add a new row of data in any of the 25, that

the
summary sheet gets updated automatically.









  #10   Report Post  
Posted to microsoft.public.excel.worksheet.functions
av8tor9804
 
Posts: n/a
Default Help with updating one spreadsheet off of another automaticall

So I've spent some time trying to get the rows to fill in automatically when
I run the macro, and time after time, all it will fill in is a log date of
"1/0/00" and a log # of 0. What am I doing incorrectly? In reviewing the
macro code, i thought maybe starting in cell A3 instead of A2 may provide
results, but that only made the 'Combined' sheet unable to find the target
workbook to open. I changed the starting cell back to A2, and at least it
does again all it ever did, which is above.

I appreciate your help. What can I do next?

Regards,
BL



"Ardus Petus" wrote:

Here is your "Combined" Workbook with a macro named fillRows:
http://cjoint.com/?dhnhlyBWGv

HTH
--
AP

"av8tor9804" a écrit dans le message
de ...
I have included a couple of the 25 workbooks, as well as the Combined
workbook, for you to download and play with to see what I'm describing.

You
can download the ZIP file from www.runsheets.com

I need the latest row(currently Row 21 for N567, and Row 33 for N123) to
automatically paste/hyperlink/update to the Combined workbook.

Thanks for any assistance you may provide.

BL





"Ardus Petus" wrote:

So you'll need some macro code (VBA).

Should the source data lines (ie A:Z) be copied into the same columns

into
dest (master) worksheet?

Cheers,
--
AP

"av8tor9804" a écrit dans le

message
de ...
No. Each spreadsheet may/will vary, as far as row numbers.

"Ardus Petus" wrote:

Has the "latest" row in each worksheet the same row number?

--
AP

"av8tor9804" a écrit dans le
message
de ...
I am trying to update 25 different spreadsheets, and have the

latest
row
of
data from each of the 25 automatically go to a 26th spreadsheet

that
is my
summary.

My goal is anytime I add a new row of data in any of the 25, that

the
summary sheet gets updated automatically.









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
Help with updating one spreadsheet off of another automatically KC Excel Worksheet Functions 0 March 6th 06 07:16 AM
Excel formulas are not automatically updating Sam M. via OfficeKB.com Excel Discussion (Misc queries) 3 January 9th 06 09:27 PM
How do I stop a date from automatically updating? Canwoman88 Excel Discussion (Misc queries) 5 January 9th 06 07:12 PM
updating tables automatically Chris Excel Discussion (Misc queries) 3 October 7th 05 04:46 PM
Automatically updating Graphs Rich Gibbons Excel Worksheet Functions 2 October 6th 05 01:17 PM


All times are GMT +1. The time now is 06:02 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"