Thread: Status Bar...
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
James Weaver James Weaver is offline
external usenet poster
 
Posts: 7
Default Status Bar...

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