Consulting

Results 1 to 2 of 2

Thread: creating folders with vba

  1. #1
    VBAX Newbie
    Joined
    Feb 2011
    Posts
    1
    Location

    creating folders with vba

    I am new to VBA.

    I have over 100 word documents that each contain employee information. I would like to create a macro that will allow me to create individual folders for each document where the folders share the same names as each document.

    How can I do this?


    thanks

  2. #2
    VBAX Wizard
    Joined
    May 2004
    Posts
    6,713
    Location
    You have 100 documents.

    You want 100 folders? So you have 100 folders, with each folder containing ONE document?

    Why? It can be done, although you have to specifiy the folder structure. Are all of the 100 folders subfolders of the folder that has the original document? Are all the documents in one folder now?

Posting Permissions

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