If the user has copied a file to the clipboard in the file system, I would like the user to return to an Excel spreadsheet and click a button. The code behind this button should paste this file to a predefined folder.
I know it is possible through VBA to read/write a string to/from the clipboard. Is it possible in VBA to read a copied file from the clipboard and place it in a folder (file doesn't need to be opened during this operation)?