Hi all,
I have the following query:
I have a file which I want to save in a folder which is related to the date.
For example, the file is in the following location: X:\map1\test
The file has a cell which contains the date. I want this date to be used to select the map where to save the file in. So if the date is 12-12-2016, I want it to save in X:\map1\test\2016\12 (so \YYYY\MM). The year and month map already exist.
I have the following query:
I have a file which I want to save in a folder which is related to the date.
For example, the file is in the following location: X:\map1\test
The file has a cell which contains the date. I want this date to be used to select the map where to save the file in. So if the date is 12-12-2016, I want it to save in X:\map1\test\2016\12 (so \YYYY\MM). The year and month map already exist.