View Single Post
 
Old 06-12-2011, 12:53 PM
ACA ACA is offline Windows 7 Office 2007
Advanced Beginner
 
Join Date: Aug 2010
Posts: 31
ACA is on a distinguished road
Default Calling for an action when typing a character

I need for a certain macro (which I have already written) to be called and executed each time I enter a space while typing my WORD document, i.e. when I press the spacebar.
I guess what I need is another previous macro, or a line of code somewhere.

In EXCEL, I suppose, it could be some code for Worksheet_Change(ByVal Target As Range) beginning with “IF… then”. But in WORD?

Thanks for any help
ACA
Reply With Quote