There are 6 columns and I'm using autofilter to filter from 2 columns, however I want to copy and paste another column (after filtering) to a text file.
' Getting the day of the current date
var = Day(Date)
'Autofilter
ActiveSheet.Range("A:F").AutoFilter...