Save excel Workbook in a new created folder with the Same names
问题 I found this code and it should create a new folder and should save the file in it. Problem here the code doesn't work... The code I found should create a folder in the code written path but i want that it creates the folder and the new sheets in the same path as the workbook now is. i don't know how I can bin this in "thisWb.Path" Original code i found Sub Macro1() Dim strFilename, strDirname, strPathname, strDefpath As String On Error Resume Next ' If directory exist goto next line