Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This is like a dispatch thing we've been concocting. Basically there
are some ten to twenty orders per day that need to be given to employees. We'd like one sheet that's sort of the summary that has the data across 10 columns or so. On that sheet we'd assign employees to each order by entering their name next to the order. Say in column one, we'd put each employee's name. We'd like to have each employee's row copied and put onto another sheet. The destination cells would be important since we've made a little schedule thing that prints stuff like -- "Name:" & custName (or A:2) or something. Know what I mean? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You could use a filter or autofilter to exclude all but the particular
salesperson, and copy the filtered list to another sheet. Repeat for each person, or write a macro to do this for you. - Jon ------- Jon Peltier, Microsoft Excel MVP Peltier Technical Services Tutorials and Custom Solutions http://PeltierTech.com/ _______ J wrote: This is like a dispatch thing we've been concocting. Basically there are some ten to twenty orders per day that need to be given to employees. We'd like one sheet that's sort of the summary that has the data across 10 columns or so. On that sheet we'd assign employees to each order by entering their name next to the order. Say in column one, we'd put each employee's name. We'd like to have each employee's row copied and put onto another sheet. The destination cells would be important since we've made a little schedule thing that prints stuff like -- "Name:" & custName (or A:2) or something. Know what I mean? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Jon Peltier wrote in message ...
You could use a filter or autofilter to exclude all but the particular salesperson, and copy the filtered list to another sheet. Repeat for each person, or write a macro to do this for you. OK. Can you suggest a tutorial site that helps with some of the macro writing? Like: how to reference a cell, or a range of cells, in VBA for instance. Thanks |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In conjunction with using the macro recorder, and the object browser
within the VB Editor, you could check out Chip Pearson's site (http://cpearson.com) which is a very comprehensive source for VBA help. - Jon ------- Jon Peltier, Microsoft Excel MVP Peltier Technical Services Tutorials and Custom Solutions http://PeltierTech.com/ _______ J wrote: Jon Peltier wrote in message ... You could use a filter or autofilter to exclude all but the particular salesperson, and copy the filtered list to another sheet. Repeat for each person, or write a macro to do this for you. OK. Can you suggest a tutorial site that helps with some of the macro writing? Like: how to reference a cell, or a range of cells, in VBA for instance. Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to move rows from one sheet to another sheet (macro) | Excel Discussion (Misc queries) | |||
I do not want the top rows of a sheet to move when I scroll down | Excel Discussion (Misc queries) | |||
move rows of data seperated in a sheet to a sheet with no separat | Excel Worksheet Functions | |||
How to move rows in a Sheet? | Excel Discussion (Misc queries) | |||
code to move certain rows to another sheet | Excel Programming |