Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm trying to make a macro that will select all rows in which a specific
value appears in a column, copy them, then paste them into another sheet. Using autofilter only selects specific row numbers in the macro, so that didn't work for me. Can anyone help with this? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you filter the entire range, autofilter should work and would be the
easiest. Perhaps you have some completely blank rows in your data which causes only a subset of the range to be filtered. If so, select the entirearea, then apply the autofilter. You should then be able to use the approach you have already developed. -- Regards, Tom Ogilvy "ECD" wrote in message ... I'm trying to make a macro that will select all rows in which a specific value appears in a column, copy them, then paste them into another sheet. Using autofilter only selects specific row numbers in the macro, so that didn't work for me. Can anyone help with this? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cannot select or move objects. Slash Circle appears. | Excel Discussion (Misc queries) | |||
count how many rows a word appears in | Excel Worksheet Functions | |||
Code to Auto Select OK when an Option Box Appears | Excel Discussion (Misc queries) | |||
Comment box appears many rows away when trying to edit | Excel Discussion (Misc queries) | |||
Comment box appears many rows away when trying to edit | Excel Discussion (Misc queries) |