View Single Post
  #5   Report Post  
Perry
 
Posts: n/a
Default Open an Excel file with a date as today in a macro

Bernie,

Thank you! It works perfectly.

I'd already tried the "&Format(Now, "dd-mm-yyyy") & ".xls" function but
somehow it didn't work. Now it does!

I think it had to do with Dim myFileName As String.

Perry