Group: microsoft.public.word.vba.general
From: "Doug Robbins - Word MVP"
Date: Sunday, March 30, 2008 3:52 AM
Subject: Re: How to do copy-and-paste easily between a userform and a blank Word document?

You will have to be content with using Ctrl+V

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"cyberdude" wrote in message
news:cc32427e-5c18-4069-972b-95f86b956dc3@h11g2000prf.googlegroups.com...
> On 3月30日, 上午10時55分, "Doug Robbins - Word MVP"
> wrote:
>> Use
>>
>> [formobject].Show Modal
>>
>> --
>> Hope this helps.
>>
>> Please reply to the newsgroup unless you wish to avail yourself of my
>> services on a paid consulting basis.
>>
>> Doug Robbins - Word MVP
>>
>> "cyberdude" wrote in message
>>
>> news:7b2edad1-7200-4961-bcb8-33ffcd4361d7@e6g2000prf.googlegroups.com...
>>
>>
>>
>> > Hi,
>>
>> > I have created a userform which takes input of information.
>> > When I move the mouse out of the userform and click on another Word
>> > document to copy some information, it forbids me to do so. I can't
>> > copy any information on that Word document which I want to paste to
>> > the userform. May I ask how I can switch to another Word document
>> > from a userform, copy information from there and paste it to the
>> > userfom conveniently? Thank you.
>>
>> > Mike- 隱藏被引用文字 -
>>
>> - 顯示被引用文字 -
>
> Hi,
>
> Thank you for your suggestions. Both methods work perfectly for my
> purpose.
>
> However, I have got another question about the copy-and-paste action.
> When
> I put my mouse on the useform and right click it, it does not
> pop up a list of actions from which I can choose to copy, paste or do
> other things.
> I need to enter "Ctrl-V" to paste something to the input boxes. May I
> ask
> how to make the pop-up list of actions (like copy, paste, ....) to
> show up? Thank you.
>
> Mike