View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Tom is offline
external usenet poster
 
Posts: 25
Default Working with files in directory...

Hello,

I need write VB script like that:
I have a directory with some worksheets. I need open first do something
close, then open second do something close, then ...
So I know path of a directory and I just need open gradually all worksheets
in this directory (I dont know names and I dont know count of ws).

Can you help me?

thanks a lot Tom