After applying filter for date, the date data is not getting filter, for advancefilter as well

Arif_Tamboli

New Member
Joined
Mar 1, 2018
Messages
34
Office Version
  1. 2016
Range("g1").select
do while activecell<>empty
Range("d9").autoflter ,activecell
Activecell.offset(1,0).select
loop

here range("g1) contain date from first to end and I need to activate the filter as per date and copy the data, however after run filter code filter is on but not showing filtered date.
 
Last edited:

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
Please explain in words what your wanting to do.

Your showing us a script that does not do what you want.
And you said copy data but did not say copy date where.
 
Upvote 0
Please explain in words what your wanting to do.

Your showing us a script that does not do what you want.
And you said copy data but did not say copy date where.
Hi,
Thank you for reply,
i will keep that in mind
i have dump file wherein data for month is saved datewise,
i need to pick up that data datewise on daily basis and copy it in other file.
problem: while running coad filter is getting on but data doesnt show up in below filter/header
like in excel when we filter and select a date, data for that date only whows in below header row.
here i am not getting that.
 
Upvote 0

Forum statistics

Threads
1,216,226
Messages
6,129,605
Members
449,520
Latest member
TBFrieds

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