Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 1
Default Loop through drop down list

Hi,

I'm new to the forum and was wondering if anyone can help me. This is what I'm trying to do... Highlight all cells from a tab, use a drop down list and select a name from the list, then copy that information and paste it into another workbook, then go back to the first workbook and copy the tab name and paste that name into the tab of the new workbook, then save the new workbook as the name from the list and the current date... I'd like to loop through each name in the drop down list and save each name with it's own file using the current date... Does anyone have any idea how to do that? I hope that makes sense....


Range("A1").Select
Range(Selection, ActiveCell.SpecialCells(xlLastCell)).Select
Selection.AutoFilter Field:=29, Criteria1:="Barry"
Selection.Copy
Workbooks.Add
ActiveSheet.Paste
Windows("test.xls").Activate
Sheets("Workables").Select
Application.CutCopyMode = False
Windows("Book3").Activate
Sheets("Sheet1").Select
Windows("test.xls").Activate
Selection.AutoFilter Field:=29
Range("A1").Select
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
loop a list with the IF formula ufo_pilot Excel Discussion (Misc queries) 1 January 21st 08 10:10 PM
Loop through varible list of sheets [email protected] Excel Discussion (Misc queries) 2 January 5th 07 08:45 AM
multiple select from the drop down list in excel. list in one sheet and drop down in sriramus Excel Discussion (Misc queries) 5 October 27th 05 06:55 PM
LOOP - Adddress List -to email Paul. Excel Discussion (Misc queries) 0 April 13th 05 09:54 AM
Loop through email address list to send e-mails Paul. Excel Discussion (Misc queries) 1 April 12th 05 12:41 PM


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