Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Document Management / March 2008

Tip: Looking for answers? Try searching our database.

Page Break Question

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
DerbyDad03 - 13 Mar 2008 14:34 GMT
I have certain application windows that cannot be printed, so I use a
screen capture program (ScreenHunter) to grab the windows and paste
them into Word. I have my default paste set to "In front of text"
which I would prefer not to change.

Here's my issue:

Once I have a page full of images, I need to insert a page break so I
can paste more images into the document. However, since the cursor has
not moved from the initial position, the page gets inserted above the
full page and existing images have to be moved up in order to keep
them in the original order.

Is there a different method I can use so that additional pages are
added after the current page so I can just keep on pasting?

Thanks!
Peter A - 13 Mar 2008 14:40 GMT
In article <f9770acf-d118-476d-b0a0-
d756f0050b1f@n36g2000hse.googlegroups.com>, teamarrows@eznet.net says...
> I have certain application windows that cannot be printed, so I use a
> screen capture program (ScreenHunter) to grab the windows and paste
[quoted text clipped - 13 lines]
>
> Thanks!

How about adding the page breaks first, before you start pasting images?
Then delete extra pages when you are finished.

Signature

Peter Aitken
Author, MS Word for Medical and Technical Writers
www.tech-word.com

Jay Freedman - 13 Mar 2008 14:55 GMT
Start off with an "empty" page and press Enter once (or more). If you
display nonprinting characters, you'll see two paragraph marks:




Put the cursor to the left of the first paragraph mark and insert your
pictures. Their anchors (the text to which they're tethered) will be in the
first paragraph.

When the page is full, move the cursor to the left of the second paragraph
mark and insert the page break there. What was the second paragraph mark on
the full page will become the (only) paragraph mark on the new page. On the
new page, press Enter so this page contains two paragraph marks, and
continue from there.

Signature

Regards,
Jay Freedman
Microsoft Word MVP        FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

> I have certain application windows that cannot be printed, so I use a
> screen capture program (ScreenHunter) to grab the windows and paste
[quoted text clipped - 13 lines]
>
> Thanks!
DerbyDad03 - 13 Mar 2008 15:55 GMT
> Start off with an "empty" page and press Enter once (or more). If you
> display nonprinting characters, you'll see two paragraph marks:
[quoted text clipped - 38 lines]
>
> - Show quoted text -

Thanks! I'll keep that process in mind.
Graham Mayor - 13 Mar 2008 14:55 GMT
It would appear to make more sense to insert such picture in-line?

Signature

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor -  Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>

> I have certain application windows that cannot be printed, so I use a
> screen capture program (ScreenHunter) to grab the windows and paste
[quoted text clipped - 13 lines]
>
> Thanks!
DerbyDad03 - 13 Mar 2008 15:54 GMT
True, except that this would only solve this one problem, when in
practice "In front of text" is much more convenient for me in the
larger scheme.

In other words, in just about every other instance where I paste a
image into a document, I want to be able to move it around, which is
why I have the default set to In front of text.

I wonder if I should write a macro and assign it to a button which I
can use to paste the images "in line" for this process, but leave the
default for all other pastes.

I'll need to work on that.

Thanks for planting the seed...

> It would appear to make more sense to insert such picture in-line?
>
[quoted text clipped - 25 lines]
>
> - Show quoted text -
Suzanne S. Barnhill - 13 Mar 2008 16:29 GMT
You couldn't just change the option temporarily when you're going to be
doing this sort of thing? There are several options that I have to change
temporarily for specific tasks (such as disabling "Capitalize the first
letter of a sentence" when I'm working on a dictionary).

Signature

Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

True, except that this would only solve this one problem, when in
practice "In front of text" is much more convenient for me in the
larger scheme.

In other words, in just about every other instance where I paste a
image into a document, I want to be able to move it around, which is
why I have the default set to In front of text.

I wonder if I should write a macro and assign it to a button which I
can use to paste the images "in line" for this process, but leave the
default for all other pastes.

I'll need to work on that.

Thanks for planting the seed...

On 13 Mar, 09:55, "Graham Mayor" <gma...@REMOVETHISmvps.org> wrote:
> It would appear to make more sense to insert such picture in-line?
>
[quoted text clipped - 26 lines]
>
> - Show quoted text -
DerbyDad03 - 13 Mar 2008 17:38 GMT
Oh yes, I certainly could.  This might work for me...

2 buttons to set the option should I want to toggle it, and the Close
event to ensure it gets reset to my default when I close Word.

Sub In_Line()
 Options.PictureWrapType = wdWrapMergeInline
End Sub

Sub In_Front()
 Options.PictureWrapType = wdWrapMergeFront
End Sub

Private Sub Document_Close()
   Options.PictureWrapType = wdWrapMergeFront
End Sub

If I knew a way to display the current option setting in the toolbar,
maybe by changing the button name via code, I could use a single
toggling macro instead of the 2 individual ones. Something else to
play with...

Thanks!

> You couldn't just change the option temporarily when you're going to be
> doing this sort of thing? There are several options that I have to change
[quoted text clipped - 57 lines]
>
> - Show quoted text -
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.