J
James Weaver
I am using the following code to identify the filenames in
a specified directory:
myFNames = Dir("*.xls")
Is there any way of counting how many files this
comprises? I want to have the status bar showing an
update of what is going on behind the scenes...
Hope you can help!
Many thanks,
James
a specified directory:
myFNames = Dir("*.xls")
Is there any way of counting how many files this
comprises? I want to have the status bar showing an
update of what is going on behind the scenes...
Hope you can help!
Many thanks,
James