Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.newusers
Brian Holfield
 
Posts: n/a
Default Office clipboard macro

From docA I first clip TextA to the Offfice Clipboard, then I clip
TextB to it.
In docB I record Mymacro with these actions: First I open the
clipboard, then paste TextB, then delete TextB from the clipboard. Now
I paste TextA from the open clipboard, then delete it from the
clipboard. Now I close the clipboard.

When I next have a new TextA and Text B on the clipboard I run Mymacro.
It pastes TextB two times and leaves TextA and TextB on the clipboard.

Any way to get the macro to do what I need, that is paste TextA and
TextB and delete them from the clipboard?

  #2   Report Post  
Posted to microsoft.public.word.newusers
Doug Robbins - Word MVP
 
Posts: n/a
Default Office clipboard macro

Tell us exactly what it is that you want to do. There may be other, better
ways to do it.

--
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

"Brian Holfield" wrote in message
oups.com...
From docA I first clip TextA to the Offfice Clipboard, then I clip

TextB to it.
In docB I record Mymacro with these actions: First I open the
clipboard, then paste TextB, then delete TextB from the clipboard. Now
I paste TextA from the open clipboard, then delete it from the
clipboard. Now I close the clipboard.

When I next have a new TextA and Text B on the clipboard I run Mymacro.
It pastes TextB two times and leaves TextA and TextB on the clipboard.

Any way to get the macro to do what I need, that is paste TextA and
TextB and delete them from the clipboard?



  #3   Report Post  
Posted to microsoft.public.word.newusers
Brian Holfield
 
Posts: n/a
Default Office clipboard macro

In DocA, clip TextA and clip TextB.
In DocB
insert a table with one row and two columns
paste TextB into the left cell
paste TextA into the right cell


Doug Robbins - Word MVP wrote:
Tell us exactly what it is that you want to do. There may be other, better
ways to do it.

--
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

"Brian Holfield" wrote in message
oups.com...
From docA I first clip TextA to the Offfice Clipboard, then I clip

TextB to it.
In docB I record Mymacro with these actions: First I open the
clipboard, then paste TextB, then delete TextB from the clipboard. Now
I paste TextA from the open clipboard, then delete it from the
clipboard. Now I close the clipboard.

When I next have a new TextA and Text B on the clipboard I run Mymacro.
It pastes TextB two times and leaves TextA and TextB on the clipboard.

Any way to get the macro to do what I need, that is paste TextA and
TextB and delete them from the clipboard?


  #4   Report Post  
Posted to microsoft.public.word.newusers
Doug Robbins - Word MVP
 
Posts: n/a
Default Office clipboard macro

But what are TextA and TextB? How are they arranged in the original
document?

--
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

"Brian Holfield" wrote in message
ups.com...
In DocA, clip TextA and clip TextB.
In DocB
insert a table with one row and two columns
paste TextB into the left cell
paste TextA into the right cell


Doug Robbins - Word MVP wrote:
Tell us exactly what it is that you want to do. There may be other,
better
ways to do it.

--
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

"Brian Holfield" wrote in message
oups.com...
From docA I first clip TextA to the Offfice Clipboard, then I clip
TextB to it.
In docB I record Mymacro with these actions: First I open the
clipboard, then paste TextB, then delete TextB from the clipboard. Now
I paste TextA from the open clipboard, then delete it from the
clipboard. Now I close the clipboard.

When I next have a new TextA and Text B on the clipboard I run Mymacro.
It pastes TextB two times and leaves TextA and TextB on the clipboard.

Any way to get the macro to do what I need, that is paste TextA and
TextB and delete them from the clipboard?




  #5   Report Post  
Posted to microsoft.public.word.newusers
Brian Holfield
 
Posts: n/a
Default Office clipboard macro

TextA is any selection of text which I choose.
TextB is any other selection of text which I choose.
There is no repeatable pattern of relationship between the two
selections.
That is why I was clipping them onto the clipboard.
Putting them in was no problem. Getting them back out was the problem.
I imagine the selections could be trapped as varA and varB in a program
instead of using the clipboard.

Doug Robbins - Word MVP wrote:
But what are TextA and TextB? How are they arranged in the original
document?

--
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

"Brian Holfield" wrote in message
ups.com...
In DocA, clip TextA and clip TextB.
In DocB
insert a table with one row and two columns
paste TextB into the left cell
paste TextA into the right cell


Doug Robbins - Word MVP wrote:
Tell us exactly what it is that you want to do. There may be other,
better
ways to do it.

--
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

"Brian Holfield" wrote in message
oups.com...
From docA I first clip TextA to the Offfice Clipboard, then I clip
TextB to it.
In docB I record Mymacro with these actions: First I open the
clipboard, then paste TextB, then delete TextB from the clipboard. Now
I paste TextA from the open clipboard, then delete it from the
clipboard. Now I close the clipboard.

When I next have a new TextA and Text B on the clipboard I run Mymacro.
It pastes TextB two times and leaves TextA and TextB on the clipboard.

Any way to get the macro to do what I need, that is paste TextA and
TextB and delete them from the clipboard?





  #6   Report Post  
Posted to microsoft.public.word.newusers
Paul Ballou
 
Posts: n/a
Default Office clipboard macro

Brian,
Checkout Clipmate to see if it will do what you are trying to
accomplish, you can append two clips together to paste as a single clip
http://www.thornsoft.com/
--
Paul Ballou
MVP Office
http://office.microsoft.com/home
http://www.freeserifsoftware.com/
http://www.ballousgiftshop.com

Life would be easier if we could view the source code

"Brian Holfield" wrote in message
oups.com...
TextA is any selection of text which I choose.
TextB is any other selection of text which I choose.
There is no repeatable pattern of relationship between the two
selections.
That is why I was clipping them onto the clipboard.
Putting them in was no problem. Getting them back out was the problem.
I imagine the selections could be trapped as varA and varB in a program
instead of using the clipboard.

Doug Robbins - Word MVP wrote:
But what are TextA and TextB? How are they arranged in the original
document?

--
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

"Brian Holfield" wrote in message
ups.com...
In DocA, clip TextA and clip TextB.
In DocB
insert a table with one row and two columns
paste TextB into the left cell
paste TextA into the right cell


Doug Robbins - Word MVP wrote:
Tell us exactly what it is that you want to do. There may be other,
better
ways to do it.

--
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

"Brian Holfield" wrote in message
oups.com...
From docA I first clip TextA to the Offfice Clipboard, then I clip
TextB to it.
In docB I record Mymacro with these actions: First I open the
clipboard, then paste TextB, then delete TextB from the clipboard.
Now
I paste TextA from the open clipboard, then delete it from the
clipboard. Now I close the clipboard.

When I next have a new TextA and Text B on the clipboard I run
Mymacro.
It pastes TextB two times and leaves TextA and TextB on the
clipboard.

Any way to get the macro to do what I need, that is paste TextA and
TextB and delete them from the clipboard?





  #7   Report Post  
Posted to microsoft.public.word.newusers
Brian Holfield
 
Posts: n/a
Default Office clipboard macro

Thanks, Paul
Looked at ClipMate, but it needs more clicking around to accomplish
what I want than I currently need to do in Word itself.
To recap:
In a document I need to select and clip two separate pieces of text.
In another document with one click on one button I need to:
insert a table of 1 row and 2 columns
paste text B in the left hand cell and paste text A in the right hand
cell
clear the clips from memory.

Paul Ballou wrote:
Brian,
Checkout Clipmate to see if it will do what you are trying to
accomplish, you can append two clips together to paste as a single clip
http://www.thornsoft.com/
--
Paul Ballou
MVP Office
http://office.microsoft.com/home
http://www.freeserifsoftware.com/
http://www.ballousgiftshop.com

Life would be easier if we could view the source code

"Brian Holfield" wrote in message
oups.com...
TextA is any selection of text which I choose.
TextB is any other selection of text which I choose.
There is no repeatable pattern of relationship between the two
selections.
That is why I was clipping them onto the clipboard.
Putting them in was no problem. Getting them back out was the problem.
I imagine the selections could be trapped as varA and varB in a program
instead of using the clipboard.

Doug Robbins - Word MVP wrote:
But what are TextA and TextB? How are they arranged in the original
document?

--
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

"Brian Holfield" wrote in message
ups.com...
In DocA, clip TextA and clip TextB.
In DocB
insert a table with one row and two columns
paste TextB into the left cell
paste TextA into the right cell


Doug Robbins - Word MVP wrote:
Tell us exactly what it is that you want to do. There may be other,
better
ways to do it.

--
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

"Brian Holfield" wrote in message
oups.com...
From docA I first clip TextA to the Offfice Clipboard, then I clip
TextB to it.
In docB I record Mymacro with these actions: First I open the
clipboard, then paste TextB, then delete TextB from the clipboard.
Now
I paste TextA from the open clipboard, then delete it from the
clipboard. Now I close the clipboard.

When I next have a new TextA and Text B on the clipboard I run
Mymacro.
It pastes TextB two times and leaves TextA and TextB on the
clipboard.

Any way to get the macro to do what I need, that is paste TextA and
TextB and delete them from the clipboard?




Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Macro doesn't work Anna Microsoft Word Help 9 October 17th 05 10:25 PM
I want to get rid of the macro warnings in Word from Office '03 [email protected] Microsoft Word Help 1 June 15th 05 06:53 PM
OT - some useful info Cynthia Microsoft Word Help 2 June 10th 05 02:31 AM
clipboard in Office 2000 Van Microsoft Word Help 0 May 20th 05 02:13 PM
i need the sberet file in microsoft office Gerry Fail Microsoft Word Help 0 January 6th 05 10:45 PM


All times are GMT +1. The time now is 06:31 AM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"