T
the_golden_gunman
I have a column in an XLS table, looking like this:
SomeValue1
SomeValue2
SomeValue3
I would like to create a macro that goes through all entries in a
column and if there is a value there, creates a sub-directory in a
speicifed directory.
For example if I specify "C:\Temp" at the top of the Macro, then for
the above example, the following sub-directories will be created:
c:\temp\SomeValue1
c:\temp\SomeValue2
c:\temp\SomeValue3
How could I go about writing such a Macro.
Thanks,
Anil
SomeValue1
SomeValue2
SomeValue3
I would like to create a macro that goes through all entries in a
column and if there is a value there, creates a sub-directory in a
speicifed directory.
For example if I specify "C:\Temp" at the top of the Macro, then for
the above example, the following sub-directories will be created:
c:\temp\SomeValue1
c:\temp\SomeValue2
c:\temp\SomeValue3
How could I go about writing such a Macro.
Thanks,
Anil