I need to save file on c:\abcd\efgh\ijkl folder.
Part of script that save file on Desktop:
Dim DTAddress As String
DTAddress = CreateObject("WScript.Shell").SpecialFolders("Desk top") & Application.PathSeparator & MyDate & "_" & "dan" & "_"
parm1 = DTAdress & "123456.xls"
Thanks