Changing path to parent directory of active working folder
问题 I have a code that is list files in directory. how can I address code to look into parent directory of current workbook directory? i want it to be independent wherever I place it. (first code addressing to the second one to read file from) Thanks. .... Application.ScreenUpdating = False ShowPDFs "C:\Test\Working\", ws ws.UsedRange.EntireColumn.AutoFit Application.ScreenUpdating = True End Sub ------------------------------ Private Sub ShowPDFs(ByRef fsoPath....... 回答1: Just check that the