PC Review


Reply
Thread Tools Rate Thread

Create Outlook Meeting Request from Excel

 
 
=?Utf-8?B?U2V0aA==?=
Guest
Posts: n/a
 
      4th Jun 2007
I am trying to write a macro that will send a variable person a meeting
request in Outlook using data from an excel spreadsheet. I am able to parse
the spreadsheet for the person (or their email address) and a date, but I
don't know how to then use that information to automatically create an
Outlook meeting request with the date from a variable called "Dte" and
message title from a variable I called "Title". Here is what I have:

Range("N5").Select
Cells.Find(What:="C1", After:=ActiveCell, LookIn:=xlFormulas, LookAt:= _
xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext,
MatchCase:=False _
, SearchFormat:=False).Activate
On Error Resume Next
Tmprow = Selection.Row
Tmpcolumn = Selection.Column
Person = Cells(Tmprow, 1)
Dte = Cells(5, Tmpcolumn)
Title = Person & " has a meeting on " & Dte

Thanks in advance!
 
Reply With Quote
 
 
 
 
=?Utf-8?B?QmVuIE1jQmVu?=
Guest
Posts: n/a
 
      4th Jun 2007
http://www.mail-archive.com/accessvb.../msg00278.html

"Seth" wrote:

> I am trying to write a macro that will send a variable person a meeting
> request in Outlook using data from an excel spreadsheet. I am able to parse
> the spreadsheet for the person (or their email address) and a date, but I
> don't know how to then use that information to automatically create an
> Outlook meeting request with the date from a variable called "Dte" and
> message title from a variable I called "Title". Here is what I have:
>
> Range("N5").Select
> Cells.Find(What:="C1", After:=ActiveCell, LookIn:=xlFormulas, LookAt:= _
> xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext,
> MatchCase:=False _
> , SearchFormat:=False).Activate
> On Error Resume Next
> Tmprow = Selection.Row
> Tmpcolumn = Selection.Column
> Person = Cells(Tmprow, 1)
> Dte = Cells(5, Tmpcolumn)
> Title = Person & " has a meeting on " & Dte
>
> Thanks in advance!

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Create Meeting Request in Outlook 2007 Generates Multiple Email Addresses allanc Microsoft Outlook Discussion 0 28th Jul 2011 04:16 PM
Outlook 2007 - How to create a 'Meeting Request' template =?Utf-8?B?ZGhhcmFt?= Microsoft Outlook Discussion 4 22nd Jun 2007 06:58 AM
How can I programme excel to create and send an outlook meeting request? Keith Mason via OfficeKB.com Microsoft Excel Programming 2 12th Apr 2005 02:27 PM
How to Create an Excel Macro to send a meeting request. =?Utf-8?B?RE0gSEQ=?= Microsoft Excel Misc 2 28th Feb 2005 02:39 PM
How do you create a Meeting Request from ASP? Robert Stone Microsoft Outlook Calendar 1 19th May 2004 10:53 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:14 AM.