Just a quick question here. I noticed that the additional code to get the last date modified is written as
Dim fs = Object
Set fs = CreateObject("Scripting.FileSystemObject") debug.Print fs.GetFile(.SelectedItems(i)).DateLastModified
Is the first line a typo or is it acceptable to write Dim fs = Object as apposed to Dim fs As Object?