prob with TODAY() within a macro

  • Thread starter deepika :excel help
  • Start date
D

deepika :excel help

y this today() function is giving me an error when it is run within teh macro?
what should i include



Sub FTPmacro()

Cells(1, 10).value = TODAY() - Weekday(TODAY() + 1, 1) + 7

end sub
 
Top