Links with excel

  • Thread starter Thread starter Dan Wood
  • Start date Start date
D

Dan Wood

Is there a way to get an outlook calender event to automatically produce if
an excel spreadsheet field gets populated with a particular character?
 
You'll have to use VBA for this type of custom events. You'll have to start
with Excel validation to trigger the event and look for the "particular
character". If that condition is met, then you'd continue with creating the
calendar item in Outlook.

For help with the first part, ask in an Excel newsgroup that discusses VBA.
If you need help with the Outlook part, you'll can ask in the
outlook.program_vba newsgroup or at http://www.outlookcode.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