Gasman
Enthusiastic Amateur
- Local time
- Today, 03:51
- Joined
- Sep 21, 2011
- Messages
- 17,478
You are already doing that in sub FileInfo with variable b
Not exactly the best naming convention I admit.
Also what reference is required for this ?
objShell As IShellDispatch4
Not exactly the best naming convention I admit.
Also what reference is required for this ?
objShell As IShellDispatch4
isladogs, may be i dont quite understand. Once I have the attributes what can I do with them? I dont know (my code does not know) what song is being played and so cannot look the attributes up for that song.
I need to obtain via code the duration of the song currently being played or the title of the song being played so I can look the duration up.
perhaps instead of selecting the songs via windows explorer i should do it via Excel where i could already have obtained the duration...... thats a way to do it but i wont learn much that way
If i go with my original method i would learn more I think..... but then???
smiler44