Re: Can I override Word commands in a plugin?
- From: "Alex" <inssup35@xxxxxxxxxxxxx>
- Date: Wed, 4 May 2005 15:37:45 -0400
Hello Cindy,
"Cindy M -WordMVP-" <C.Meister-C@xxxxxxxxxx> wrote in message news:VA.0000ac71.00ff500b@xxxxxxxxx
> Actually, the VBE hasn't changed substantially in all that time :-)
OK.
> As to your other question, you'd still need code in the document project. Word can't
> link directly to an Addin, the way it can to its own, local projects. In order to get
> it to call your code from a keyboard action within the UI you require a "callback"
> procedure in the Word environment, linking the keycode to your addin. Ditto for the
> built-in commands, I should think.
Can you give an example of a "callback"?
> Now, as to your original question, controlling Ctrl+Z and Ctrl+Y, you could turn
> these off completely by accessing the KeyBindings collection and disabling them.
Actually, I was thinking about something like this:
http://groups.google.ca/group/microsoft.public.word.word97vba/msg/c5f120a7817f3dbb
Best wishes,
Alex.
--
Address email to user "response" at domain "alexoren" with suffix "com"
.
- Follow-Ups:
- Re: Can I override Word commands in a plugin?
- From: Cindy M -WordMVP-
- Re: Can I override Word commands in a plugin?
- From: "Peter Huang" [MSFT]
- Re: Can I override Word commands in a plugin?
- References:
- Re: Can I override Word commands in a plugin?
- From: Alex
- Re: Can I override Word commands in a plugin?
- From: "Peter Huang" [MSFT]
- Re: Can I override Word commands in a plugin?
- From: Alex
- Re: Can I override Word commands in a plugin?
- From: Cindy M -WordMVP-
- Re: Can I override Word commands in a plugin?
- Prev by Date: Inspector.CurrentItem object reference not set to an instance
- Next by Date: Re: How to get the plain text (without "||||||||||") from word ducment includes table?
- Previous by thread: Re: Can I override Word commands in a plugin?
- Next by thread: Re: Can I override Word commands in a plugin?
- Index(es):