Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Text to Columns for Multiple Worksheets | Excel Worksheet Functions | |||
Count Text within Multiple Worksheets | Excel Worksheet Functions | |||
I'm trying to compile text from multiple worksheets... | Excel Discussion (Misc queries) | |||
Text repeating on multiple worksheets | Excel Discussion (Misc queries) | |||
Same Text on Multiple Worksheets | Excel Discussion (Misc queries) |