Hi Ckeener
It fails because you are not allowed "/" or ":" in a vadid filename, you could change it to change the "/" for a "-" and the ":" for a "." and use something like this.
Dim FSO
Dim XDate, XTime
Set FSO = CreateObject("Scripting.FileSystemObject")
XDate=Mid(Date,1,2) & "-" &...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.