A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Dynamically Create a folder using VBA



 
 
Thread Tools Display Modes
  #1  
Old April 29th, 2004, 11:34 AM
Burt Rosner
external usenet poster
 
Posts: n/a
Default Dynamically Create a folder using VBA

Hi,

I'm writing a program and would like to create a new
folder while still in my program without using Windows
Explorer.

Something like, but not the same as, when you are
installing a software package and the installation package
creats a folder for the programs.

Any advise would be appreciated.

Thanks,

Burt
  #2  
Old April 29th, 2004, 12:54 PM
Nikos Yannacopoulos
external usenet poster
 
Posts: n/a
Default Dynamically Create a folder using VBA

Burt,

The command is:

MkDir "PathAndFolderName"

HTH,
Nikos

"Burt Rosner" wrote in message
...
Hi,

I'm writing a program and would like to create a new
folder while still in my program without using Windows
Explorer.

Something like, but not the same as, when you are
installing a software package and the installation package
creats a folder for the programs.

Any advise would be appreciated.

Thanks,

Burt



  #3  
Old April 29th, 2004, 01:23 PM
Burt Rosner
external usenet poster
 
Posts: n/a
Default Dynamically Create a folder using VBA


-----Original Message-----
Burt,

The command is:

MkDir "PathAndFolderName"

HTH,
Nikos

"Burt Rosner" wrote

in message
...
Hi,

I'm writing a program and would like to create a new
folder while still in my program without using Windows
Explorer.

Something like, but not the same as, when you are
installing a software package and the installation

package
creats a folder for the programs.

Any advise would be appreciated.

Thanks,

Burt



.
Nikos,


Thanks,

Burt
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 04:09 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.