I have a sub to open several workbooks, copy/paste data, and then close them. The files are on a shared folder and I want anyone on my team to be able to run this macro with little to no prompts. If possible I'd like to avoid using the GetOpenFilename Method. Is there some code that will allow the macro to open these files regardless of where the shared folder is mapped to?
Example
![]()
Workbooks.Open ("Q:\Static Folder\Static subfolder\Static filename.xlsx")
Bookmarks