Selecting cells returned after using autofilter

colinharwood

Active Member
Joined
Jul 27, 2002
Messages
426
Office Version
  1. 2019
Platform
  1. Windows
Hi

Is it possible to write a Macro which will select only the rows with data in, after using autofilter, so that they may be copied to another worksheet.

Thanks a lot
Colin
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
The code:

Selection.SpecialCells(xlCellTypeAllValidation).Select

Should work for you to select your validated cells

HTH
kevin
 
Upvote 0
I tried that but got an error message saying "No cells found"

Any ideas

Colin
 
Upvote 0
I gave you the wrong syntax - AllValidation wouldn't work for you in your case.

what kind of information do the cells that you are autofiltering contain?
 
Upvote 0
On 2002-08-29 15:03, colinharwood wrote:
Some contain text some numbers and some formulas

Cheers

Colin

You could also try Advanced Filter that allows you copy/filter to another location in even another worksheet.
 
Upvote 0

Forum statistics

Threads
1,214,864
Messages
6,121,986
Members
449,058
Latest member
oculus

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top