Trying to program around an annoyance.
I am using VBA (Visual Basic for Applications) with Microsoft Access to work with files, our team will generate reports and then put them in shared folders on Dropbox automatically for specific users to review. Once the user has processed the document, we can delete them
I notice that in File Explorer when we delete files from a shared Dropbox folder, it always asks if we want to delete it from everyone or just my computer. Is there a way when I do this via VBA to not have that message pop up as we will be working with hundreds of report files, many which will get deleted or replaced. Having to constantly click the message can make my users very annoyed.