From: terilad on 17 May 2010 11:34 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
From: Stefan Blom on 17 May 2010 13:15 Did you read my reply in your previous, similar thread? -- Stefan Blom Microsoft Word MVP (Message posted via NNTP) "terilad" <terilad(a)discussions.microsoft.com> wrote in message news:0660953F-A23A-4536-A93E-58490AD2C314(a)microsoft.com... > 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
From: terilad on 18 May 2010 03:52 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" <terilad(a)discussions.microsoft.com> wrote in message > news:0660953F-A23A-4536-A93E-58490AD2C314(a)microsoft.com... > > 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 > > > . >
From: Doug Robbins - Word MVP on 18 May 2010 04:23 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" <terilad(a)discussions.microsoft.com> wrote in message news:BC4B1B00-FAD0-4F08-BD76-795D0A75D116(a)microsoft.com... > 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" <terilad(a)discussions.microsoft.com> wrote in message >> news:0660953F-A23A-4536-A93E-58490AD2C314(a)microsoft.com... >> > 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 >> >> >> . >>
From: terilad on 18 May 2010 05:21 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" <terilad(a)discussions.microsoft.com> wrote in message > news:BC4B1B00-FAD0-4F08-BD76-795D0A75D116(a)microsoft.com... > > 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" <terilad(a)discussions.microsoft.com> wrote in message > >> news:0660953F-A23A-4536-A93E-58490AD2C314(a)microsoft.com... > >> > 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 > >> > >> > >> . > >>
|
Pages: 1 Prev: how do i see headers and footers on all pages Next: Lock Langauge in Word |