Forum: Outlook and VBA
April 19th 10, 11:54 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 0
Views: 512
Create individualized employee email messages
We have a vendor who manages the web-based presentation of some required
compliance training. To improve the process, we would like to send out an
individualized URL to every employee (probably...
|
Forum: Outlook and VBA
April 7th 10, 09:03 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 0
Views: 605
|
Forum: Outlook and VBA
March 9th 10, 06:56 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 1
Views: 693
|
Forum: Outlook and VBA
January 18th 10, 07:38 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 1,137
Getting (internal) sender's account ID (userID)
For reference, I'm writing the code on an 2003 machine, but it is intended to
also be used on 2007 machines.
"ker_01" wrote:
I've got some basic code that scrapes email sender, subject, and...
|
Forum: Outlook and VBA
January 18th 10, 07:30 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 1,137
Getting (internal) sender's account ID (userID)
I've got some basic code that scrapes email sender, subject, and some
selected line contents and dumps them into Excel.
That data is then edited and uploaded into our Learning Management System...
|
Forum: Outlook and VBA
January 15th 10, 07:20 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 516
Scraping a specific line # from an email text
Michael- thank you for your suggestion- I used vbcrlf as the split, then
split on target line again using """,""" to get my individual values (which
were comma deliminated strings within quotes)....
|
Forum: Outlook and VBA
January 15th 10, 12:41 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 516
Scraping a specific line # from an email text
Using both Outlook 2003 and 2007 (mixed environment).
We have an email that comes in a standard format (some system-generated
data). The data of real interest is on line 3. I can parse out the data...
|
Forum: Outlook and VBA
January 9th 10, 12:36 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 1
Views: 1,162
Scraping outlook emails (2 questions)
Question 1 solved- Found a way to do it here
(http://www.vbforums.com/archive/index.php/t-400121.html) for the benefit of
future searchers.
I'll try to get access to a 2007 machine to test the new...
|
Forum: Outlook and VBA
January 8th 10, 07:47 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 1
Views: 1,162
Scraping outlook emails (2 questions)
Full code appended below.
My goal is that this code (when triggered) will allow the user to select a
destination folder and enter a filename, and select a source outlook folder.
The code should...
|
Forum: Outlook - Using Forms
June 20th 09, 12:21 AM Posted to microsoft.public.outlook.program_forms
|
Replies: 5
Views: 382
|
Forum: Outlook - Using Forms
June 19th 09, 04:19 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 5
Views: 382
|
Forum: Outlook - Using Forms
June 18th 09, 11:59 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 0
Views: 278
|
Forum: Outlook - Using Forms
June 18th 09, 11:40 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 5
Views: 382
|
Forum: Outlook and VBA
May 22nd 09, 09:11 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 5
Views: 773
|
Forum: Outlook and VBA
May 22nd 09, 06:56 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 5
Views: 773
|
Forum: Outlook and VBA
May 21st 09, 04:19 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 5
Views: 773
|
Forum: Outlook and VBA
May 20th 09, 04:25 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 5
Views: 773
|
Forum: Outlook and VBA
May 19th 09, 12:10 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 652
|
Forum: Outlook and VBA
May 18th 09, 07:24 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 652
|
Forum: Outlook and VBA
May 6th 09, 06:03 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 1,108
message body- find any words in my array?
As a temporary solution, I'm looping through each item in my array and
checking Inst(A,B)0. If there is a better way, please let me know and I'll
update my code...
|
Forum: Outlook and VBA
May 6th 09, 05:04 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 1,108
message body- find any words in my array?
Using Outlook 2003, and I'm not familiar with the Outlook model (I'm decent
in Excel VBA)
I have some working code that goes through an outlook folder and pulls some
key strings out of the message...
|