I integrated a product that pulls in the daily weather forcast and places it in Outlook as an all day event. The subject of this event reads "Alexandria - Monday: Intermittent Clouds; Hi 77 F ; Lo 56" It's too long. I want to edit the Subject so that it only prints everything to the right of the colon. Is there a way to do this with a keystroke macro (ie, putting the cursor at the left side of the field and holding Ctrl+Shift, then hitting the right arrow 4 times, then hitting the Delete key, then Save.) Or using functions to identify length of the field, the location of the colon, and return the all characters to the right of it. The events to update can be identified since they all start with "Alexandria - Monday: ", "Alexandria - Tuesday: ", "Alexandria - Wednesday: ", etc... I'd want this macro to run against all future weather forcast Calendar Events (they are pulled into Outlook 5 days out from the current date).
My question is more to do with how to do coding for the a Calendar Event, ie, how to query/update the Subject, date (to check if 5 days out). I can figure out how to parse out the text that I need.
Thanks!
Anna Jaeger
iMIS Database Support
My question is more to do with how to do coding for the a Calendar Event, ie, how to query/update the Subject, date (to check if 5 days out). I can figure out how to parse out the text that I need.
Thanks!
Anna Jaeger
iMIS Database Support