Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am setting up a spreadsheet, which includes a start date for a process and
wonder if I can link this to an outlook Calendar so that it reminds me |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() I create an Outlook Appointment on my calender with results from a userform to remind me to invoice service job. Hope this helps. With OutlookApp.CreateItem(olAppointmentItem) .Start = Date + 20 & " 2:00 pm" .End = Date + 20 & " 2:00 pm" .Subject = customer & " " & "Service Job #" & " " & TextBox1.Value & " ---- Invoice Due" .location = location.Value .Body = tbComment.Value .ReminderMinutesBeforeStart = 1440 .ReminderSet = True .Save End With -- try2XL ------------------------------------------------------------------------ try2XL's Profile: http://www.excelforum.com/member.php...o&userid=30701 View this thread: http://www.excelforum.com/showthread...hreadid=503115 |
#3
![]() |
|||
|
|||
![]()
Eeek, can anyone give me more specifics on how this works? kind of step by step.
Quote:
|
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? | Excel Discussion (Misc queries) | |||
TRYING TO SET UP EXCEL SPREADSHEET ON MY COMPUTER | New Users to Excel | |||
Set a cell to have a pop-up calendar for date selection in Excel? | Excel Worksheet Functions | |||
Excel date field link to Word | Excel Discussion (Misc queries) | |||
Imported Date & Time format with calcs. managed in excel from imrp | Excel Worksheet Functions |