View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
bratek bratek is offline
external usenet poster
 
Posts: 9
Default automatic choose of dir path

hello

I've got one problem.. I backup some files in excel and I want them to
be in different directories:

if its may 2007
then the file is saved:
C:\backup\2007\may\*.txt

I can write them in chosen directories but I want it to be automatic:
DatePart("yyyy", Date)
and if yyyy = 2007 macro is choosing c:\backup\2007

any help would be helpfull!!
thx