correction:
WBDate = Format(Workbooks("SRA Payroll
Details.xlt").Sheets("List").Range("A2").text, "yyyymmdd")
> Do you mean cell A2 in SRA Payroll Details contains the date you want to
> add to the filename? If so, then:
[quoted text clipped - 46 lines]
> ----= East and West-Coast Server Farms - Total Privacy via Encryption
> =----
Tom Ogilvy - 22 Feb 2007 16:18 GMT
Seems to me, using the Text property to pass a date string to format would
increase the possibility of misinterpretation which would be avoided by
using Value
WBDate = Format(Workbooks("SRA Payroll
Details.xlt").Sheets("List").Range("A2").Value, "yyyymmdd")

Signature
Regards,
Tom Ogilvy
> correction:
>
[quoted text clipped - 55 lines]
> http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
> ----= East and West-Coast Server Farms - Total Privacy via Encryption =----
Kevin Porter - 22 Feb 2007 16:42 GMT
Thank you. Worked like a dream.
> correction:
>
[quoted text clipped - 55 lines]
> http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
> ----= East and West-Coast Server Farms - Total Privacy via Encryption =----