View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Brian Baulsom Brian Baulsom is offline
external usenet poster
 
Posts: 2
Default Saving with date in filename

Something like this :-

MyDate = Format(Date, "dd-mm-yy") ' NB. cannot use slashes
FileName = "C:\Documents and Settings\Ben Allen\My Documents\Eurotours\
" _
& "Eurotours" & " " & MyDate & ".xls"



Regards
BrianB


*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!