T
TLXL
Can someone please help get me started in the right direction with an
Outlook macro. I am actually an Excel VBA programmer, and not very
proficient in Outlook VBA.
What I'm hoping to be able to do is scan my Calendar folder
appointments... Look for the first 3 characters in either the notes or
subject section and set the colored label (ie, Business, Personal,
Must Attend) using a SELECT command.
Something like:
For each c in ??? 'Calender items
Select Case Left(MySubj,3)
Case "BUS" then obj.Label = ??? 'Business label
Case "PER" then obj.Label = ??? 'Personal label
Case "MA" then obj.Label = ??? 'Must Attend label
End Select
Next c
I realize I'm not giving much of a template but any help would be
greatly appreciated.
tlxlatxydatadotcom
Outlook macro. I am actually an Excel VBA programmer, and not very
proficient in Outlook VBA.
What I'm hoping to be able to do is scan my Calendar folder
appointments... Look for the first 3 characters in either the notes or
subject section and set the colored label (ie, Business, Personal,
Must Attend) using a SELECT command.
Something like:
For each c in ??? 'Calender items
Select Case Left(MySubj,3)
Case "BUS" then obj.Label = ??? 'Business label
Case "PER" then obj.Label = ??? 'Personal label
Case "MA" then obj.Label = ??? 'Must Attend label
End Select
Next c
I realize I'm not giving much of a template but any help would be
greatly appreciated.
tlxlatxydatadotcom