Is there a reminder function in WORD?

  • Thread starter Thread starter Jim in Denton
  • Start date Start date
J

Jim in Denton

A friend has MS WORKS with MS WORD. Is there any way he can set up a calendar
which will send a reminder to the screen when he logs on.
 
You can use an autoexec macro to pop up a message whenever Word is started
eg

Sub Autoexec()
MsgBox "This is a message"
End Sub

but if you want calendars then you need Outlook or a desktop calendar such
as Rainlendar.

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top