Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello everyone.
I need some help in figuring out how to get Excel VBA to filter a record for a specific month. I'm trying to code a macro that will generate a list of all employees born in a certain month and Excel keeps adding 2007 to my filter. I've tried with just dd/mm, using the Month(1) function and a bunch of other little things. Any ideas what I'm doing (or not doing) wrong? Thanks in advance! (My example code) Worksheets("CustomReports").Range("B1").Value = "Date of Birth" Worksheets("CustomReports").Range("B2").Value = "January" |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
excel 2007 autofilter change to 2003 autofilter functionality? | Excel Discussion (Misc queries) | |||
2007 excel autofilter change back to 2003 autofilter? | Excel Discussion (Misc queries) | |||
Advanced autofilter not working in macro | Excel Discussion (Misc queries) | |||
Advanced Conditional Formatting Ideas Needed! (ok, maybe not that advanced...) | Excel Discussion (Misc queries) | |||
deleting duplicated cells in a list via advanced autofilter? | Excel Discussion (Misc queries) |