Using VBA (Access) I have automated copying a bunch of folders and files into a Dropbox folder. This process is repeated for several people (with different source folders and files) and I would really like to complete the automation by creating a standard email with a link to the Dropbox folder just created for them. At the moment I am using the Share - Send Link function in Dropbox to obtain the dropbox.com address of the folder which I then copy into the email. IS there a way that I can grab the link information in VBA so that the process can be fully automated?