Hello,
I have:
currentDateTime = Format(Now(), "dd-mm-yyyy hh.mm.ss")
currentFolder = Dir(ThisWorkbook.Path, vbDirectory)
How do I concatenate above to create a file name as below:
fileName = currentFolder & " " & CurrentDateTime & " " & Stats.xlsm
currentFolder is variable lenght, named after user names eg Joe Bloggs, Mary Jane etc.
Many Thanks.
I have:
currentDateTime = Format(Now(), "dd-mm-yyyy hh.mm.ss")
currentFolder = Dir(ThisWorkbook.Path, vbDirectory)
How do I concatenate above to create a file name as below:
fileName = currentFolder & " " & CurrentDateTime & " " & Stats.xlsm
currentFolder is variable lenght, named after user names eg Joe Bloggs, Mary Jane etc.
Many Thanks.