PC Review


Reply
Thread Tools Rate Thread

Copy all Text

 
 
terilad
Guest
Posts: n/a
 
      17th May 2010

Hi,

I am looking for help, I wish to copy all the text in a word document with a
click of a command button, I have inserted the command button but I am
looking for a macro to asign to the button, I cannot select the text as it is
not editable due to restriction by filling in form, I am wanting to copy all
the text in the doc to paste to another web based program.

Regards

Mark
 
Reply With Quote
 
 
 
 
Stefan Blom
Guest
Posts: n/a
 
      17th May 2010

Did you read my reply in your previous, similar thread?

--
Stefan Blom
Microsoft Word MVP
(Message posted via NNTP)



"terilad" <(E-Mail Removed)> wrote in message
news:0660953F-A23A-4536-A93E-(E-Mail Removed)...
> Hi,
>
> I am looking for help, I wish to copy all the text in a word document with a
> click of a command button, I have inserted the command button but I am
> looking for a macro to asign to the button, I cannot select the text as it is
> not editable due to restriction by filling in form, I am wanting to copy all
> the text in the doc to paste to another web based program.
>
> Regards
>
> Mark



 
Reply With Quote
 
terilad
Guest
Posts: n/a
 
      18th May 2010
Hi Stafan,

Yes I did, my web was playing up yesterday so this was posted twice, my
apologies.

As stated in question I only need to copy approx 3 lines of text but it is
in a form so no other user can delete parts of the text as I am needing to
copy this text to so that it can be pasted into a web program as text, I dont
want to create a new doc every time as there will be lots of unecesary docs
on the PC.

Any other ideas.

Regards

Mark

"Stefan Blom" wrote:

> Did you read my reply in your previous, similar thread?
>
> --
> Stefan Blom
> Microsoft Word MVP
> (Message posted via NNTP)
>
>
>
> "terilad" <(E-Mail Removed)> wrote in message
> news:0660953F-A23A-4536-A93E-(E-Mail Removed)...
> > Hi,
> >
> > I am looking for help, I wish to copy all the text in a word document with a
> > click of a command button, I have inserted the command button but I am
> > looking for a macro to asign to the button, I cannot select the text as it is
> > not editable due to restriction by filling in form, I am wanting to copy all
> > the text in the doc to paste to another web based program.
> >
> > Regards
> >
> > Mark

>
>
> .
>

 
Reply With Quote
 
Doug Robbins - Word MVP
Guest
Posts: n/a
 
      18th May 2010

Use

ActiveDocument.Range.Copy

--
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, originally posted via msnews.microsoft.com

"terilad" <(E-Mail Removed)> wrote in message
news:BC4B1B00-FAD0-4F08-BD76-(E-Mail Removed)...
> Hi Stafan,
>
> Yes I did, my web was playing up yesterday so this was posted twice, my
> apologies.
>
> As stated in question I only need to copy approx 3 lines of text but it is
> in a form so no other user can delete parts of the text as I am needing to
> copy this text to so that it can be pasted into a web program as text, I
> dont
> want to create a new doc every time as there will be lots of unecesary
> docs
> on the PC.
>
> Any other ideas.
>
> Regards
>
> Mark
>
> "Stefan Blom" wrote:
>
>> Did you read my reply in your previous, similar thread?
>>
>> --
>> Stefan Blom
>> Microsoft Word MVP
>> (Message posted via NNTP)
>>
>>
>>
>> "terilad" <(E-Mail Removed)> wrote in message
>> news:0660953F-A23A-4536-A93E-(E-Mail Removed)...
>> > Hi,
>> >
>> > I am looking for help, I wish to copy all the text in a word document
>> > with a
>> > click of a command button, I have inserted the command button but I am
>> > looking for a macro to asign to the button, I cannot select the text as
>> > it is
>> > not editable due to restriction by filling in form, I am wanting to
>> > copy all
>> > the text in the doc to paste to another web based program.
>> >
>> > Regards
>> >
>> > Mark

>>
>>
>> .
>>

 
Reply With Quote
 
terilad
Guest
Posts: n/a
 
      18th May 2010
Many thanks Doug


Mark

"Doug Robbins - Word MVP" wrote:

> Use
>
> ActiveDocument.Range.Copy
>
> --
> 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, originally posted via msnews.microsoft.com
>
> "terilad" <(E-Mail Removed)> wrote in message
> news:BC4B1B00-FAD0-4F08-BD76-(E-Mail Removed)...
> > Hi Stafan,
> >
> > Yes I did, my web was playing up yesterday so this was posted twice, my
> > apologies.
> >
> > As stated in question I only need to copy approx 3 lines of text but it is
> > in a form so no other user can delete parts of the text as I am needing to
> > copy this text to so that it can be pasted into a web program as text, I
> > dont
> > want to create a new doc every time as there will be lots of unecesary
> > docs
> > on the PC.
> >
> > Any other ideas.
> >
> > Regards
> >
> > Mark
> >
> > "Stefan Blom" wrote:
> >
> >> Did you read my reply in your previous, similar thread?
> >>
> >> --
> >> Stefan Blom
> >> Microsoft Word MVP
> >> (Message posted via NNTP)
> >>
> >>
> >>
> >> "terilad" <(E-Mail Removed)> wrote in message
> >> news:0660953F-A23A-4536-A93E-(E-Mail Removed)...
> >> > Hi,
> >> >
> >> > I am looking for help, I wish to copy all the text in a word document
> >> > with a
> >> > click of a command button, I have inserted the command button but I am
> >> > looking for a macro to asign to the button, I cannot select the text as
> >> > it is
> >> > not editable due to restriction by filling in form, I am wanting to
> >> > copy all
> >> > the text in the doc to paste to another web based program.
> >> >
> >> > Regards
> >> >
> >> > Mark
> >>
> >>
> >> .
> >>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Copy text from cell and paste it in a separate text box (contents tobe linked) andreashermle Microsoft Excel Programming 7 13th Dec 2009 07:51 PM
Automatically copy form-field text to text box in header of same d =?Utf-8?B?TWVyY2VkZXMuSw==?= Microsoft Word Document Management 7 30th Sep 2007 02:37 PM
open some txt files ,find text , copy the text before that to a single cell gus Microsoft Excel Programming 2 11th Jul 2005 05:40 PM
When I copy text, Word pastes a print screen - not the text I copi =?Utf-8?B?Ymlzc3kx?= Microsoft Word Document Management 1 22nd Apr 2005 01:16 AM
Copy the text data from the column of an excel sheet into a text file . Sharbat Microsoft Excel Misc 2 21st Mar 2004 12:28 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:08 AM.