Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default How to move data from spreadsheets to spreadsheet?

Hello. We have 96 spreadsheets that arrive each friday - actually six
spreadsheets from 16 locations. We need to take numbers from these sheets
and pop them into an already existing spreadsheet (this spreadsheet is setup
as an automatic numbers sheet and currently gets numbers from MS Access
(preset and batched from our other system)
The logic of it seems simple - from this cell to that cell. How do we begin
to construct a program or batch that will take the data from the weekly
sheets (same data each week) and move it into our "automatic numbers" sheet?
--
Regards and thank you for all advice!
saltaway
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,124
Default How to move data from spreadsheets to spreadsheet?

Sounds more like a project instead of a question. Why not start by recording
a macro to do one and then see how to modify to do the rest. Then, remove
the selections to make it cleaner and faster

something like
lr=activesheet.cells(rows.count,"a").end(xlup).row +1
workbooks(source.xls).sheets("sourcesheet").range( "sourcerange").copy _
activesheet.cells(lr,"a")

--
Don Guillett
SalesAid Software

"saltaway" wrote in message
...
Hello. We have 96 spreadsheets that arrive each friday - actually six
spreadsheets from 16 locations. We need to take numbers from these sheets
and pop them into an already existing spreadsheet (this spreadsheet is
setup
as an automatic numbers sheet and currently gets numbers from MS Access
(preset and batched from our other system)
The logic of it seems simple - from this cell to that cell. How do we
begin
to construct a program or batch that will take the data from the weekly
sheets (same data each week) and move it into our "automatic numbers"
sheet?
--
Regards and thank you for all advice!
saltaway



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default How to move data from spreadsheets to spreadsheet?

Thanks Don. Your example is beyond my current knowledge. Am quick studying
on vba to get a grasp of the example.
Appreciate your feedback. saltaway
--


"Don Guillett" wrote:

Sounds more like a project instead of a question. Why not start by recording
a macro to do one and then see how to modify to do the rest. Then, remove
the selections to make it cleaner and faster

something like
lr=activesheet.cells(rows.count,"a").end(xlup).row +1
workbooks(source.xls).sheets("sourcesheet").range( "sourcerange").copy _
activesheet.cells(lr,"a")

--
Don Guillett
SalesAid Software

"saltaway" wrote in message
...
Hello. We have 96 spreadsheets that arrive each friday - actually six
spreadsheets from 16 locations. We need to take numbers from these sheets
and pop them into an already existing spreadsheet (this spreadsheet is
setup
as an automatic numbers sheet and currently gets numbers from MS Access
(preset and batched from our other system)
The logic of it seems simple - from this cell to that cell. How do we
begin
to construct a program or batch that will take the data from the weekly
sheets (same data each week) and move it into our "automatic numbers"
sheet?
--
Regards and thank you for all advice!
saltaway




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
Importing data, then adding data to the new spreadsheet.. a conund AndyL82 Excel Discussion (Misc queries) 1 March 9th 06 10:05 PM
Inserting a new line when external data changes Rental Man Excel Discussion (Misc queries) 0 January 11th 06 07:05 PM
Inserting a new line in spreadsheet Rental Man Excel Discussion (Misc queries) 2 January 9th 06 04:55 PM
Excel Macro to Copy & Paste [email protected] Excel Worksheet Functions 0 December 1st 05 01:56 PM
Sort pages? David Excel Discussion (Misc queries) 15 May 13th 05 11:33 PM


All times are GMT +1. The time now is 08:55 PM.

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

About Us

"It's about Microsoft Excel"