JasonPurdueEE
Technical User
can VBA run DOS commands? I want to automate a process for openening a command line and changing directories and then running the command:
dir/b/s >C:\list.txt
and then dropping the list into an excel file in a column. any ideas? or is this not possible with VBA?
dir/b/s >C:\list.txt
and then dropping the list into an excel file in a column. any ideas? or is this not possible with VBA?