Friday, December 11, 2009

TaskCentre - Dynamically Naming a File

My goal was to save a file using the current date; for example:

foo_MMDDYYYY.txt

In the Save As File object, set the Filename property as so:

Week16_{=Month(Date())}{=Day(Date())}{=Year(Date())}.txt


Here is a screeshot: