View Single Post
  #1  
Old February 12th 06, 01:27 PM posted to microsoft.public.outlook.program_forms
SuperSlueth
external usenet poster
 
Posts: 24
Default Trap reply event

I'm looking for a way to trap the reply event in VBA

Waht i would like if possible

If reply_event then 'if the event is a reply event
run code A
Else ' run code for all other events
run code B
End If

I need to put this code in an already running sub

Many thanks in advance
Ads