Audio Files Metadata

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to write some macros that can read or write to a file's metadata
(ie. track number, track title, album artist, etc.) Could someone tell me
what reference I should add or how to go about getting that information? Can
it even be accessed using Excel VBA?

Thanks,
Pflugs
 
Thanks for the link.

I was able to modify this to work. I've never had good luck with
..FileSearch, which his code employs, but I was able to retrieve the file
properties.

However, I want to take it further than that. I want to programmatically
set those extended properties. I can't seem to find this anywhere, and I
haven't found a third-party software package to fit my needs. I'd like to
just make my own and customize it, but I can't set those values.

Can someone tell us how to SET extended property values using VBA?

Thanks,
Pflugs
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top