Search found 4 matches
- Wed Dec 24, 2008 1:19 pm
- Forum: Technical / Scripting
- Topic: Outlook Execute Macro
- Replies: 7
- Views: 9989
well what i had in mind was: when a email with a specific subject comes through, i would somehow like to download the attachment and save it to my desktop and then run some scripts etc with that file... what do we think? maybe i dont know the outlook rules too well, maybe there is a way to save it t...
- Wed Dec 24, 2008 6:56 am
- Forum: Technical / Scripting
- Topic: Outlook Execute Macro
- Replies: 7
- Views: 9989
Outlook Execute Macro
Hi, I don't think this is possible but is there a way to execute a macro when I receive a e-mail in outlook 2003 with a specific phrase in the subject line. I'm trying to automate a report but the data comes to me via an e-mail etc... Can this be implemented? Lets say the phrase in the subject line ...
- Thu Dec 18, 2008 12:29 pm
- Forum: Technical / Scripting
- Topic: IfFileExist
- Replies: 4
- Views: 4698
So im assuming, for the Dec 2008 issue, I can just go:
??
Code: Select all
Year>yyyy
Month>mm
Day>dd
Month>mmm
IfFileExists>C:\Documents and Settings\Pratik\Desktop\Report\%mmm% %yyyy%\TestFile %dd%-%mm%-%yyyy%.xls
//do something
Endif
- Thu Dec 18, 2008 11:48 am
- Forum: Technical / Scripting
- Topic: IfFileExist
- Replies: 4
- Views: 4698
IfFileExist
I have the following code: IfFileExists>C:\Documents and Settings\Pratik\Desktop\Report\Dec 2008\TestFile 18-12-2008.xls //do something The problem is that everyday there is a new file created with todays date and i need the iffileexists function to work on the file which has todays date after testf...