Greetings,
I need to write a VBA event handler to trap the return and tab keys in Word.
Though I can cope with using simple API calls as such, I am totally lost when it comes to trying to create this event handler.
Does anyone know where I can get any examples of event handlers using SetWindowsHookEx from VBA.