Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Text to multiple worksheets?

I have a multiple Row and Colunm worksheet. I want to write a macro or
perform a function.. For every change in Column A, Place data on a different
worksheet.. For example
If A looked like:

1
1
1
2
2
2

The 3 , 1's would go onto a new worksheet with the information in the rows
along with the 2's on another worksheet..
Any help would be greatly appreciated!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Text to multiple worksheets?

I'd keep all that data in one worksheet if at all possible. If someone updates
the "child" worksheet and expects you to update the "parent" worksheet, then
you'll find that it turns into a mess.

But if you're generating those worksheets for just reports...

You may want to look at the way Ron de Bruin and Debra Dalgleish approached it:

Ron de Bruin's EasyFilter addin:
http://www.rondebruin.nl/easyfilter.htm

Code from Debra Dalgleish's site:
http://www.contextures.com/excelfiles.html

Create New Sheets from Filtered List -- uses an Advanced Filter to create
separate sheet of orders for each sales rep visible in a filtered list; macro
automates the filter. AdvFilterRepFiltered.xls 35 kb

Update Sheets from Master -- uses an Advanced Filter to send data from
Master sheet to individual worksheets -- replaces old data with current.
AdvFilterCity.xls 55 kb

If you're new to macros, you may want to read David McRitchie's intro at:
http://www.mvps.org/dmcritchie/excel/getstarted.htm

Excel linking of Wksts wrote:

I have a multiple Row and Colunm worksheet. I want to write a macro or
perform a function.. For every change in Column A, Place data on a different
worksheet.. For example
If A looked like:

1
1
1
2
2
2

The 3 , 1's would go onto a new worksheet with the information in the rows
along with the 2's on another worksheet..
Any help would be greatly appreciated!


--

Dave Peterson
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
Text to Columns for Multiple Worksheets Michael Excel Worksheet Functions 2 September 24th 08 05:29 PM
Count Text within Multiple Worksheets Laffin Excel Worksheet Functions 10 June 5th 07 01:56 PM
I'm trying to compile text from multiple worksheets... leigoze Excel Discussion (Misc queries) 2 August 24th 06 01:56 PM
Text repeating on multiple worksheets Angie P Excel Discussion (Misc queries) 3 December 22nd 05 01:28 AM
Same Text on Multiple Worksheets Brennan Excel Discussion (Misc queries) 2 November 30th 05 05:26 PM


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