Hi, so i have some VBA code which will occur once the macro has almost finished, it will prompt the user to enter a path as to where the user wants to save the file, however, is there a way for the user to browse their computer and once they select the correct path it populates the input box with that path?
My current code
FPATH is just the current path oh the original EXCEL file.![]()
mypath = InputBox("All Domain tabs were successfully created. Please enter file path location for the newly generated file", fpath, fpath) & "\"
Thanks in advance
Bookmarks