Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default How to copy or move a row on a particular dropdown list selection

I have a file that track tasks. One of the colum (Status colum) contain a
dropdown list selection (ex: CLOSE, IN PROGRESS, RUSH, etc.)
1- On a certain selection, let's say "CLOSE", I want the content of that row
cut to an other sheet (CLOSE task sheet) of the same workbook.
2- On a certain selection, let's say "RUSH", I want the content of that row
copy to an other sheet (RUSH task sheet) of the same workbook.

So my trigger is the selection of my "status" in the drop down.
Can I do that ? If yes, anybody have a hint ?
Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default How to copy or move a row on a particular dropdown list selection

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

Patrice wrote:

I have a file that track tasks. One of the colum (Status colum) contain a
dropdown list selection (ex: CLOSE, IN PROGRESS, RUSH, etc.)
1- On a certain selection, let's say "CLOSE", I want the content of that row
cut to an other sheet (CLOSE task sheet) of the same workbook.
2- On a certain selection, let's say "RUSH", I want the content of that row
copy to an other sheet (RUSH task sheet) of the same workbook.

So my trigger is the selection of my "status" in the drop down.
Can I do that ? If yes, anybody have a hint ?
Thanks!


--

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
auto updating list Larry Excel Worksheet Functions 8 July 27th 06 01:59 PM
result of selecting from the dropdown list should be a dropdown list No News Excel Worksheet Functions 0 July 5th 06 04:09 PM
result of selecting from the dropdown list should be a dropdown list No News Excel Worksheet Functions 2 July 1st 06 10:53 AM
How to Change List Based on Value Chosen in Another List Edwin Kelly Excel Worksheet Functions 4 March 2nd 06 07:31 PM
HELP! Nesting IF Statements/Dependent Dropdown List Thomas Peters Excel Worksheet Functions 4 November 30th 05 05:38 PM


All times are GMT +1. The time now is 10:53 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"