Is it possible to create a new directory using VBA?
Is it possible to create a new directory using VBA?
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?
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks