Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
J J is offline
external usenet poster
 
Posts: 7
Default Conditional move rows to another sheet

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 115
Default Conditional move rows to another sheet

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   Report Post  
Posted to microsoft.public.excel.programming
J J is offline
external usenet poster
 
Posts: 7
Default Conditional move rows to another sheet

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 115
Default Conditional move rows to another sheet

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
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
How to move rows from one sheet to another sheet (macro) Stacey Excel Discussion (Misc queries) 1 December 30th 09 02:52 PM
I do not want the top rows of a sheet to move when I scroll down grin Excel Discussion (Misc queries) 2 April 23rd 08 08:38 PM
move rows of data seperated in a sheet to a sheet with no separat Lynn Excel Worksheet Functions 5 December 22nd 06 03:18 AM
How to move rows in a Sheet? Ekser Excel Discussion (Misc queries) 1 September 20th 05 10:45 AM
code to move certain rows to another sheet Jay Baxter Excel Programming 3 February 27th 04 12:56 PM


All times are GMT +1. The time now is 06:41 AM.

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"