Dear Excel Experts,
I found a great sets of macro that can split multiple tabs in one workbook into separate workbooks and save them in a folder and pop-up msgbox mentioning that they are saved in a specified path.
Upon clicking "OK" on the Msgbox, we can either make a macro line to point focus to either Activeworkbook or ThisWorkbooth or ActiveSheet.
However, what I want to achieve is, upon clicking "OK", user will be redirect to the specified directory. But I don't know what sort of command lines to allow this in VBA? I found something like "CurrentFolder" properties but so far the search results show how to move emails to specific folder. I just need to set focus. That's all.
Hopefully anyone can help me on this.
Thank you so much in advance.
DZ
I found a great sets of macro that can split multiple tabs in one workbook into separate workbooks and save them in a folder and pop-up msgbox mentioning that they are saved in a specified path.
Upon clicking "OK" on the Msgbox, we can either make a macro line to point focus to either Activeworkbook or ThisWorkbooth or ActiveSheet.
However, what I want to achieve is, upon clicking "OK", user will be redirect to the specified directory. But I don't know what sort of command lines to allow this in VBA? I found something like "CurrentFolder" properties but so far the search results show how to move emails to specific folder. I just need to set focus. That's all.
Hopefully anyone can help me on this.
Thank you so much in advance.
DZ