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.
 
Back
Top