Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have automated the saving of an excel workbook to an intranet site, with the current days date as part of the file name so that the file name looks some like: filename yymmdd. However I would like to automate the creation of new folder names, so that if there isn't a folder for either the current year, or the current month, or both, the macro will create them. I was given the following, but this doesn't appear to work when the folder address starts with http: Sub TestDir() If Dir("C:\Windhoos", vbDirectory) = "" Then MkDir ("C:\Windhoos") End If End Sub Please advise. Many Thanks Richard |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Publishing to intranet site | Excel Discussion (Misc queries) | |||
Downloading files from an Intranet site to Excel | Excel Discussion (Misc queries) | |||
Open excel file from password protected Intranet site(IE) | Excel Programming | |||
can navigate through intranet site with Web Query (VB code?)? | Excel Programming | |||
Program won't run when uploaded to intranet site. | Excel Programming |