Hi,
Is there any way to capture the Paste event to Word, so that each time a
user pastes a text into Word a macro will run?
If so, How can I check if the pasted data is text, and in case it's a text,
select the pasted text and do some changes in it using VBA code, e.g.
Selection.FormattedText.Font.Name = "Times New Roman" ?
I'm using Office2000.
Kind Regards,
Amir.
Replies