Search found 4 matches

by pr4t3ek
Wed Dec 24, 2008 1:19 pm
Forum: Technical / Scripting
Topic: Outlook Execute Macro
Replies: 7
Views: 9717

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...
by pr4t3ek
Wed Dec 24, 2008 6:56 am
Forum: Technical / Scripting
Topic: Outlook Execute Macro
Replies: 7
Views: 9717

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 ...
by pr4t3ek
Thu Dec 18, 2008 12:29 pm
Forum: Technical / Scripting
Topic: IfFileExist
Replies: 4
Views: 4592

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
??
by pr4t3ek
Thu Dec 18, 2008 11:48 am
Forum: Technical / Scripting
Topic: IfFileExist
Replies: 4
Views: 4592

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...
cron
Sign up to our newsletter for free automation tips, tricks & discounts