Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
tonyhabayeb wrote:
Hello, I founf the solution. I can use the "advanced filerring" function. Here is the code that I used: Sheets("Data").Cells.AdvancedFilter Action:=xlFilterCopy, CriteriaRange:= Sheets("Temp").Range("A1:B3"), CopyToRange:=Range("A5"), Unique:=False Information: "Data" -- The data sheet that includes the table "Temp" -- the destination sheet for the answer "A1:B3" -- Contains the conditions of the filterring "A5" -- the first cell to copy the data Thanks for all the people who tried to help me :) if you need only so simple query you can use advanced filtering. However it allows you to select, but no modifying data or more advanced filtering |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel PC Build | Excel Discussion (Misc queries) | |||
Build a query from a web-based database or a PDF file. | Excel Discussion (Misc queries) | |||
is there a build vs buy template for excel? | Excel Discussion (Misc queries) | |||
build POS system using MS Excel | Excel Programming | |||
How to build build a macro that automatically imports | Excel Programming |