Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have a spreadsheet with 4 sheets (Sheet 1,2,3 and Total). I have written this code which will look at Sheet 1 and autofilter by the name I have entered in my Input Box. Dim Name1 As String Name1 = InputBox("Please Enter Name: ", "name1") Sheets("Sheet1").Select Range("A1").Select Selection.AutoFilter Selection.AutoFilter Field:=1, Criteria1:=Name1 End Sub What I want is code that when I can put a name in my Input Box. It will search Sheet1, Sheet2, Sheet3 and copy any rows that have that name in to the totals sheet. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
find the < within 3 rows | Excel Worksheet Functions | |||
Find and delete all other rows | Excel Discussion (Misc queries) | |||
I cant find my other rows in excel | New Users to Excel | |||
Find rows matching Max value | Excel Discussion (Misc queries) | |||
Find duplicate rows and add together | Excel Discussion (Misc queries) |