Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22
Default Create Outlook Meeting Request from Excel

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!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 56
Default Create Outlook Meeting Request from Excel

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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Meeting Request Outlook XP sending to some Ailish Excel Discussion (Misc queries) 1 May 9th 08 01:08 PM
Create meeting in outlook from Excel vba [email protected] Excel Programming 0 November 24th 05 10:04 PM
How can I programme excel to create and send an outlook meeting request? Keith Mason via OfficeKB.com Excel Programming 2 April 12th 05 02:22 PM
How to Create an Excel Macro to send a meeting request. DM HD Excel Discussion (Misc queries) 2 February 28th 05 02:39 PM
Add an event / meeting in Outlook via Excel ? Mark Rosenkrantz[_3_] Excel Programming 1 July 25th 04 12:47 PM


All times are GMT +1. The time now is 04:53 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"