Generic Desktop-path
If you make only 1 file each day, you could add a date to the filename so it's unique name every day.Code:With CreateObject("WScript.Shell") SpecialFolderPath = .SpecialFolders("Desktop") End With
Generic Desktop-path
If you make only 1 file each day, you could add a date to the filename so it's unique name every day.Code:With CreateObject("WScript.Shell") SpecialFolderPath = .SpecialFolders("Desktop") End With
Thank you so much..I will try this option.
Bookmarks