Below is some of the code from a VBA macro. Currently when this runs it saves all newly created docs directly onto the desktop. Instead I would like for this code to create a named folder onto the desktop and save the files within.
Could you help please.
VBA Code:
DesktopFolder = CreateObject("WScript.Shell").SpecialFolders("Desktop") & "\"
Could you help please.