![]() |
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 |
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 |
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 |
All times are GMT +1. The time now is 05:04 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com