Execute DOS commands

  • Thread starter Thread starter Guest
  • Start date Start date
VBA has the equivalent of MD and CD built into it.

MkDir lets you make a directory.

CurDir tells you the current directory.

ChDir lets you change the current director (you'll need to use ChDrive if
you're trying to set a the current directory to a different drive).
 
Back
Top