VBA to autofilter by current week number

Godders199

Active Member
Joined
Mar 2, 2017
Messages
313
Office Version
  1. 2013
Hello, I am trying to work out if this is possible, cantfind when googling but might be using the wrong terminology.
I have the following workbook set up, what I want toautomate is, for excel to calculate the week num and then filter the columncontaining that value. , so in theexample below, on the 01/01/2019 it would autofilter G4 containing 1 07/01/2019 it would autofilter O4containing 2 etc

[TABLE="width: 373"]
<tbody>[TR]
[TD="width: 151, bgcolor: transparent"]
01/01/2019
[/TD]
[TD="width: 27, bgcolor: transparent"][/TD]
[TD="width: 27, bgcolor: transparent"][/TD]
[TD="width: 27, bgcolor: transparent"][/TD]
[TD="width: 27, bgcolor: transparent"][/TD]
[TD="width: 27, bgcolor: transparent"][/TD]
[TD="width: 27, bgcolor: transparent"][/TD]
[TD="width: 27, bgcolor: transparent"][/TD]
[TD="width: 27, bgcolor: transparent"][/TD]
[TD="width: 27, bgcolor: transparent"][/TD]
[TD="width: 27, bgcolor: transparent"][/TD]
[TD="width: 28, bgcolor: transparent"][/TD]
[TD="width: 28, bgcolor: transparent"][/TD]
[TD="width: 27, bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="width: 151, bgcolor: transparent"][/TD]
[TD="width: 27"]
3
[/TD]
[TD="width: 27"]
4
[/TD]
[TD="width: 27"]
5
[/TD]
[TD="width: 27"]
6
[/TD]
[TD="width: 27"]
[/TD]
[TD="width: 27"]
7
[/TD]
[TD="width: 27"]
1
[/TD]
[TD="width: 27"]
2
[/TD]
[TD="width: 27"]
3
[/TD]
[TD="width: 27"]
4
[/TD]
[TD="width: 28"]
5
[/TD]
[TD="width: 28"]
6
[/TD]
[TD="width: 27"]
[/TD]
[/TR]
[TR]
[TD="width: 151, bgcolor: transparent"]
[/TD]
[TD="width: 27, bgcolor: transparent"]
1
[/TD]
[TD="width: 27, bgcolor: transparent"]
2
[/TD]
[TD="width: 27, bgcolor: transparent"]
3
[/TD]
[TD="width: 27, bgcolor: transparent"]
4
[/TD]
[TD="width: 27, bgcolor: transparent"]
[/TD]
[TD="width: 27"]
5
[/TD]
[TD="width: 27"]
6
[/TD]
[TD="width: 27, bgcolor: transparent"]
7
[/TD]
[TD="width: 27, bgcolor: transparent"]
8
[/TD]
[TD="width: 27, bgcolor: transparent"]
9
[/TD]
[TD="width: 28, bgcolor: transparent"]
10
[/TD]
[TD="width: 28, bgcolor: transparent"]
11
[/TD]
[TD="width: 27, bgcolor: transparent"]
[/TD]
[/TR]
[TR]
[TD="width: 151, bgcolor: transparent"]
Employee
[/TD]
[TD="width: 27, bgcolor: transparent"][/TD]
[TD="width: 27, bgcolor: transparent"][/TD]
[TD="width: 27, bgcolor: transparent"][/TD]
[TD="width: 27, bgcolor: transparent"][/TD]
[TD="width: 27, bgcolor: transparent"]
1
[/TD]
[TD="width: 27"][/TD]
[TD="width: 27"][/TD]
[TD="width: 27, bgcolor: transparent"][/TD]
[TD="width: 27, bgcolor: transparent"][/TD]
[TD="width: 27, bgcolor: transparent"][/TD]
[TD="width: 28, bgcolor: transparent"][/TD]
[TD="width: 28, bgcolor: transparent"][/TD]
[TD="width: 27, bgcolor: transparent"]
2
[/TD]
[/TR]
[TR]
[TD="width: 151, bgcolor: transparent"]
A
[/TD]
[TD="width: 27, bgcolor: transparent"]
A
[/TD]
[TD="width: 27, bgcolor: transparent"]
A
[/TD]
[TD="width: 27, bgcolor: transparent"]
A
[/TD]
[TD="width: 27, bgcolor: transparent"][/TD]
[TD="width: 27, bgcolor: transparent"]
3
[/TD]
[TD="width: 27, bgcolor: transparent"][/TD]
[TD="width: 27, bgcolor: transparent"][/TD]
[TD="width: 27, bgcolor: transparent"][/TD]
[TD="width: 27, bgcolor: transparent"][/TD]
[TD="width: 27, bgcolor: transparent"][/TD]
[TD="width: 28, bgcolor: transparent"][/TD]
[TD="width: 28, bgcolor: transparent"][/TD]
[TD="width: 27, bgcolor: transparent"][/TD]
[/TR]
</tbody>[/TABLE]
If not possible I will think of another solution.

 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college

Forum statistics

Threads
1,224,823
Messages
6,181,181
Members
453,022
Latest member
Mohamed Magdi Tawfiq Emam

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