I have a user to input 20 store numbers into cells A1 to A20. Cells B1 to B20 will have the hyperlink that each store number has, for example: cell B1 to B20 will have the following formula: =HYPERLINK("C:\"Store Number "&A1&".xls")
- How do I open all these hyperlinks at once without having to click cells B1 to B20 (20 times)?
- What if the user only wants to see 10 files instead of 20? If I create a VBA that opens all hyperlinks in cells B1 to B20 but the user only input 10 stores, I will have a debug problem.
- After these files are open, how do I consolidate them into 1 file with up to 20 sheets/tabs? Each store file has the same format and has the same sheet name: "Sheet1".
Thanks so much for the help!!