Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Reading and writing from/into several worksheets

Hi there,

I would like to write a macro/formula to read certain information from
several excel worksheets and to write it into another worksheet.
I have no clue how to start so if anybody can help me or provide me
with some links where I can get information about that I would be very
happy.

Thanks

Christian
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Reading and writing from/into several worksheets

Try this for a macro solution
http://www.rondebruin.nl/tips.htm


--
Regards Ron de Bruin
(Win XP Pro SP-1 XL2002 SP-2)
www.rondebruin.nl



"Chris" wrote in message om...
Hi there,

I would like to write a macro/formula to read certain information from
several excel worksheets and to write it into another worksheet.
I have no clue how to start so if anybody can help me or provide me
with some links where I can get information about that I would be very
happy.

Thanks

Christian



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Reading and writing from/into several worksheets

Hi Ron,

many thanks for your help, is there a big difference if I use a template
that I already have to fill in the information instead of creating a new
sheet ?

Christian

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Reading and writing from/into several worksheets

No problem

If you want to update your data by running the sub again use a line like this
to clear the old data.

Sheets("yoursheet").Cells.ClearContents

Or a range
Sheets("yoursheet").Range("b1:g60000").ClearConten ts


--
Regards Ron de Bruin
(Win XP Pro SP-1 XL2002 SP-2)
www.rondebruin.nl



"Christian Balduhn" wrote in message ...
Hi Ron,

many thanks for your help, is there a big difference if I use a template
that I already have to fill in the information instead of creating a new
sheet ?

Christian

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!



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 writing formula to merge two worksheets mrfisherman2010 Excel Discussion (Misc queries) 3 February 27th 11 04:13 PM
Need sample for reading value from and writing value to cell E53 from outside Excel Tony Bansten Excel Discussion (Misc queries) 1 June 17th 08 07:03 AM
reading from SQL Texas Tonie[_2_] Excel Discussion (Misc queries) 0 November 9th 07 10:59 PM
Reading XML Ajit Excel Discussion (Misc queries) 1 October 2nd 07 10:54 PM
Writing macro to format multiple worksheets? StevenC New Users to Excel 1 October 2nd 07 03:07 PM


All times are GMT +1. The time now is 10:20 AM.

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"