Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a macro with the following code that I am trying to run so that it
will select the date before today. I tried inserting <=today() - 1 Unfortunately the macro bombs. Cells.Select Selection.AutoFilter ActiveWindow.ScrollColumn = 2 ActiveWindow.ScrollColumn = 3 ActiveWindow.ScrollColumn = 4 ActiveWindow.ScrollColumn = 5 ActiveWindow.ScrollColumn = 6 Selection.AutoFilter Field:=10, Criteria1:=today() - 1 ActiveCell.SpecialCells(xlLastCell).Select Range("A1:J14597").Select Range("J14597").Activate Selection.Copy Workbooks.Add ActiveSheet.Paste Cells.Select Cells.EntireColumn.AutoFit End Sub Thanks for your help. Fred |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
=TODAY() | Excel Discussion (Misc queries) | |||
Before today | Excel Discussion (Misc queries) | |||
IF TODAY equals date in cell A10, or if TODAY is beyond that date | Excel Worksheet Functions | |||
=IF(OR(TODAY() |
Excel Discussion (Misc queries) | |||
VBA - Today() not available in VBA? | Excel Programming |