Need to format as string:


[VBA]

'//NEW
FileNameSrc = Format(wbDest.Range("B3"), "d-mmm-yy")

[/VBA]