Search found 8 matches
- Thu Jul 19, 2012 5:42 pm
- Forum: Technical / Scripting
- Topic: Issue with scheduled macro - running more than once
- Replies: 5
- Views: 5613
- Thu Jul 19, 2012 3:43 pm
- Forum: Technical / Scripting
- Topic: Issue with scheduled macro - running more than once
- Replies: 5
- Views: 5613
- Thu Jul 19, 2012 12:34 pm
- Forum: Technical / Scripting
- Topic: Issue with scheduled macro - running more than once
- Replies: 5
- Views: 5613
Issue with scheduled macro - running more than once
I have a script that reads a text file and sends out an email. In the last week, the email sent out 15-20 times when it should only be sent out once. It doesn't happen every day. I'm currently running macro schedule 11.1.23 and was recently upgraded to windows 7, so I'm not sure if that is the issue...
- Wed Jun 29, 2011 1:24 pm
- Forum: Technical / Scripting
- Topic: Outlook 2010 Email Issue
- Replies: 2
- Views: 5403
Outlook 2010 Email Issue
Hi everyone, I've used this code for over a year, but recently upgraded to Office 2010 and I'm having issues with this code. It will work when I already have outlook opened on my computer, but if outlook isn't opened I get this error: ":-2147467260 Line 25, Column 0" Any help would be greatly apprec...
- Mon Apr 19, 2010 7:48 pm
- Forum: Technical / Scripting
- Topic: Compilation error :1006
- Replies: 2
- Views: 8101
- Mon Apr 19, 2010 6:45 pm
- Forum: Technical / Scripting
- Topic: Compilation error :1006
- Replies: 2
- Views: 8101
Compilation error :1006
Can anyone help? This was working and all of a sudden I started getting a compilation error :1006 Expected ')' Line 2 Column 675. VBStart Function CreateEmail(strRecipient, strSubject, strBody) 'Create OL App object Set objOLApp = CreateObject("Outlook.Application") If objOLApp is nothing then MsgBo...
- Wed Mar 31, 2010 4:54 pm
- Forum: Technical / Scripting
- Topic: Issue with %CRLF%??
- Replies: 3
- Views: 3965
- Wed Mar 31, 2010 3:15 pm
- Forum: Technical / Scripting
- Topic: Issue with %CRLF%??
- Replies: 3
- Views: 3965
Issue with %CRLF%??
I'm fairly new and I'm having issues emailing/reading lines from a text. It seems to have something to do with the CRLF command because when I take it out of the code the email works and has the data, but I need the lines to be on separate lines. Any help would be greatly appreciated! VBStart Functi...