View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
tomek tomek is offline
external usenet poster
 
Posts: 13
Default running windows system commands in VBA

Hi again,
I've found all the information I need in "Files in a dir" thread. I don't
know how I could miss it when I searched for tips in all messages.....
Sorry for unnecessary posting...


"tomek" wrote in message
...
Hi,
does anyone know whether it's possible and how (if so) to run Windows
system commands in VBA? What I want to do is run "dir *.xls /s/w/b
dir.txt" command and use the list of files created by this command. The