Hi
Hope someone can help, think I may be being a little dim because I'm sure I have already done this once, but here goes
I have the following code which loops through my MP3 folder on my computer, I am trying to get the attributes for each of the files in the folder but can't remember how to find the attribute source...
With Application.FileSearch
.LookIn = CDFolder
.FileType = msoFileTypeAllFiles
.Execute
TheFiles = .FoundFiles.Count
TotalFiles = TotalFiles + TheFiles
End With
e.g.
Name of artist
Name of song
etc...
Thanks in adveance for any help
Simmy
Hope someone can help, think I may be being a little dim because I'm sure I have already done this once, but here goes
I have the following code which loops through my MP3 folder on my computer, I am trying to get the attributes for each of the files in the folder but can't remember how to find the attribute source...
With Application.FileSearch
.LookIn = CDFolder
.FileType = msoFileTypeAllFiles
.Execute
TheFiles = .FoundFiles.Count
TotalFiles = TotalFiles + TheFiles
End With
e.g.
Name of artist
Name of song
etc...
Thanks in adveance for any help
Simmy