View Single Post
  #2   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.newusers,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
Jim Rech Jim Rech is offline
external usenet poster
 
Posts: 2,718
Default Save in location button

A slash is not a valid file name character. I'd suggest you generate the
date string with something like this:

format(now,"ddmmyy")

--
Jim Rech
Excel MVP