Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I hope I explain this right.
In a sheet I want a date field that I can type in and a command button that will pull from 12 spreadsheets Names, OTIS number and Release Date. I know how to create a command button I am just unsure of the code. Right now I am working with 3 sheets but will be adding more later. Thanks Cheyenne |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Basic structure idea:
Dim MyValue as String MyValue = Range("a2").value For each worksheet in 'specificy range 'apply authofilter, search criteria based on MyValue 'Select data you want Selection.Copy 'Return to home sheet, find first empty row ActiveSheet.Paste Next Worksheet Obviously this isn't a complete program, but hopefully it gives you some idea as to where to start. A lot of it can be written simply by recording yourself doing said actions. -- Best Regards, Luke M *Remember to click "yes" if this post helped you!* "Chey" wrote: I hope I explain this right. In a sheet I want a date field that I can type in and a command button that will pull from 12 spreadsheets Names, OTIS number and Release Date. I know how to create a command button I am just unsure of the code. Right now I am working with 3 sheets but will be adding more later. Thanks Cheyenne |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I need some more help.
The cell that I type the date into is B1 on sheet Records I want range W4:W75 (for right now) on sheet ACC. On the records sheet starting in A4 - A8 I want to have the fields from ACC in this order Name OBCIS Date of Arrest Charges? One Month F/U Thanks Cheyenne "Luke M" wrote: Basic structure idea: Dim MyValue as String MyValue = Range("a2").value For each worksheet in 'specificy range 'apply authofilter, search criteria based on MyValue 'Select data you want Selection.Copy 'Return to home sheet, find first empty row ActiveSheet.Paste Next Worksheet Obviously this isn't a complete program, but hopefully it gives you some idea as to where to start. A lot of it can be written simply by recording yourself doing said actions. -- Best Regards, Luke M *Remember to click "yes" if this post helped you!* "Chey" wrote: I hope I explain this right. In a sheet I want a date field that I can type in and a command button that will pull from 12 spreadsheets Names, OTIS number and Release Date. I know how to create a command button I am just unsure of the code. Right now I am working with 3 sheets but will be adding more later. Thanks Cheyenne |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can't find certain date in search | Excel Worksheet Functions | |||
how to search by date | Excel Discussion (Misc queries) | |||
VLOOKUP date search | Excel Worksheet Functions | |||
search for latest date | Excel Worksheet Functions | |||
search by date in windows explorer | Excel Discussion (Misc queries) |