Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 623
Default Creating folders using VBA

I need to create folders with the name:

Thisworkbook.path & "\Clients\" & cell.value

Is there a VBA command that would create this folder?


--
Regards,
Fred
Please reply to newsgroup, not e-mail



  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,327
Default Creating folders using VBA

Hi Fred

MkDir

HTH. Best wishes Harald

"Fred Smith" skrev i melding
...
I need to create folders with the name:

Thisworkbook.path & "\Clients\" & cell.value

Is there a VBA command that would create this folder?


--
Regards,
Fred
Please reply to newsgroup, not e-mail





  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,452
Default Creating folders using VBA

MkDir Thisworkbook.Path & "\Clients\" & Cells(1).Value

RBS


"Fred Smith" wrote in message
...
I need to create folders with the name:

Thisworkbook.path & "\Clients\" & cell.value

Is there a VBA command that would create this folder?


--
Regards,
Fred
Please reply to newsgroup, not e-mail




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with Creating folders on Save Alarmbloke Excel Discussion (Misc queries) 3 December 22nd 05 06:00 PM
Creating folders and subfolders from excel file list afaubert Excel Discussion (Misc queries) 4 November 8th 05 11:44 PM
Backing up my folders Greg B[_4_] Excel Programming 2 March 3rd 05 10:03 AM
Creating folders with VB Foss Excel Programming 2 February 24th 04 10:08 AM
Creating Folders from Excel Using OLE Automation Bob C. Excel Programming 5 December 6th 03 03:57 PM


All times are GMT +1. The time now is 04:39 AM.

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

About Us

"It's about Microsoft Excel"