I've been using this on my PC with no problems, I've now got a Mac and I can't seem to make it work on here. Any tips?
You can view the page at http://www.excelguru.ca/forums/conte...t)-in-a-Folder
Ken Puls, FCPA, FCMA, MS MVP
Learn to Master Your Data at the Power Query Academy (the world's most comprehensive online Power Query training), with my book M is for Data Monkey, or our new Power Query Recipe cards!
Main Site: http://www.excelguru.ca -||- Blog: http://www.excelguru.ca/blog -||- Forums: http://www.excelguru.ca/forums
Check out the Excelguru Facebook Fan Page -||- Follow Me on Twitter
If you've been given VBA code (a macro) for your solution, but don't know where to put it, CLICK HERE.
I've been using this on my PC with no problems, I've now got a Mac and I can't seem to make it work on here. Any tips?
Hi Ken. Very good code.
It seems all the charm is in there:
Set objFso = CreateObject("Scripting.FileSystemObject") Set objFiles = objFso.GetFolder(strDirectory).Files
In my case I need not only to count files but also to process each individual file after getting that number of files. Using a For Next loop. How can I index each file to do that? is there any other attribute to use?
Thanks.
Bookmarks