+ Reply to Thread
Results 1 to 2 of 2

Creating a directory

  1. #1
    Graham Whitehead
    Guest

    Creating a directory

    Is it possible to create a new directory using VBA?



  2. #2
    Pete_UK
    Guest

    Re: Creating a directory

    Yes, if it is a subdirectory of the current directory you just need:

    MkDir (my_name)

    where my_name is a string variable. This could include the full path to
    create the directory somewhere else.

    Hope this helps.

    Pete

    Graham Whitehead wrote:
    > Is it possible to create a new directory using VBA?



+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1