View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default Macro to read and write data to multiple sheets

vvraj,
For that number of rows, would it not be easier to switch to a database
program ?

NickHK

"vvraj" wrote in
message ...

Dear All,

I am beginning to learn & code in VBA.
Can anyone help me with this? How to write a macro to

1. read about 300,000 rows/records from multiple worksheets from the
same workbook.
2. for each record read, some processing/calculation is done based on
some fields in the record.
3. write back with the updated record with the computed fields to
another workbook with multiple worksheets.

(Assume each worksheet is to hold maximum of 60,000 records/row)

How would the code differ if I would were read from a text file,
compute and write to a workbook with multiple worksheets?

Thanks in advance
vvraj


--
vvraj
------------------------------------------------------------------------
vvraj's Profile:

http://www.excelforum.com/member.php...o&userid=33100
View this thread: http://www.excelforum.com/showthread...hreadid=537977