bobrandom123
New Member
- Joined
- Apr 19, 2012
- Messages
- 11
Hey everyone,
I'm pretty new to VBA but I think it's a great tool for parsing data which is what I've been doing a lot at work lately.
Utilizing Excel 2009, I am trying to look for a solution that will allow me to compare a column which contains a list of filenames i.e. "832423.wav" to a directory which contains those files to see "832423.wav" is present in that directory such as "C:\Users\B\Documents\Audio Files\". If there is a match then the row is highlighted. Is that possible? If so, how may I go about doing that?
I really appreciate any help I can get, this will save me a lot of time.
I'm pretty new to VBA but I think it's a great tool for parsing data which is what I've been doing a lot at work lately.
Utilizing Excel 2009, I am trying to look for a solution that will allow me to compare a column which contains a list of filenames i.e. "832423.wav" to a directory which contains those files to see "832423.wav" is present in that directory such as "C:\Users\B\Documents\Audio Files\". If there is a match then the row is highlighted. Is that possible? If so, how may I go about doing that?
I really appreciate any help I can get, this will save me a lot of time.