Re: how to create a new folder through a macro ??
- From: "Tom Ogilvy" <twogilvy@xxxxxxx>
- Date: Sat, 31 Dec 2005 14:00:01 -0500
On Error Resume Next
Mkdir "C:\downloaded files\file " & Format(date,"dd.mm.yy")
On Error goto 0
--
Regards,
Tom Ogilvy
"furbiuzzu" <furbiuzzu@xxxxxxxxx> wrote in message
news:1136053020.365587.191160@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> hi guys..
>
> i've a little problem i can't solve.
>
> i want a macro to download some files from the web (work already done)
> and save them inside a new folder to create at the moment.
>
> the " root folder" is "downloaded files" and inside folders should be
> named as:
>
> "file" & " actual date" >>>>
>
> file 31.12.05
> file 01.01.06
> file 02.01.06
>
> etc etc
>
> inside this folders i want to save my downloaded files day by day...
>
> thanks and sorry for my english !
>
.
- References:
- how to create a new folder through a macro ??
- From: furbiuzzu
- how to create a new folder through a macro ??
- Prev by Date: Re: Convert Excel Formula to VBA
- Next by Date: Re: Saving current workbook
- Previous by thread: Re: how to create a new folder through a macro ??
- Next by thread: Re: Disable paste special attributes
- Index(es):
Relevant Pages
|