Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Copying row data to another worksheet

I have a requirement to copy employees based on their
names from one worksheet to other worksheets. The criteria
would be to find their matching names and copy the
adjacent rows of information as well. The new worksheet
should be populted based on the date entry. Since there
are more than 20 employees listed in a random order there
should be a sorting by date and entering to the new
worksheet in the same order.

Anyone having a solution via VB or macro would be
appreciated.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Copying row data to another worksheet

Explore use of the advanced filter. (data=Filter=Advanced Filter)

You can put your list of names in the criteria (in a single column) and
choose to have the data copied to another location. Since you want to go to
another sheet, you need to start from the destination sheet. Once you get
the data to the sheet you can sort it by date

You can turn on the macro recorder while you do this manually to get the
code.

--
Regards,
Tom Ogilvy


"Vick" wrote in message
...
I have a requirement to copy employees based on their
names from one worksheet to other worksheets. The criteria
would be to find their matching names and copy the
adjacent rows of information as well. The new worksheet
should be populted based on the date entry. Since there
are more than 20 employees listed in a random order there
should be a sorting by date and entering to the new
worksheet in the same order.

Anyone having a solution via VB or macro would be
appreciated.



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
Copying rows of data into new worksheet but placing data into colu Thalarctos Excel Discussion (Misc queries) 0 June 6th 10 04:01 AM
Copying Data from One Worksheet to Another Jeremy Excel Discussion (Misc queries) 2 April 21st 08 01:32 PM
Copying filtered data to another worksheet DavidS Excel Worksheet Functions 4 April 7th 07 08:27 PM
Copying Data List to Different Worksheet rhovey Excel Discussion (Misc queries) 0 March 16th 06 03:02 PM
Copying Data into another worksheet using macro Andy W Excel Programming 1 February 19th 04 04:01 PM


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