Set fso = CreateObject("Scripting.FileSystemObject")
Set froot = fso.GetFolder(strstartfldr)
For Each fldr In froot.SubFolders
UserForm1.ComboBox1.AddItem fldr.DateCreated
Next
at this program i can get the subfolder list in combbobox1 but from this subfolder how can i know which is last modified folder name I'm sure there is simple code but cant figure out
anyone help
Last Folder (FSO)
The Code