Re: Page Break Question
- From: DerbyDad03 <teamarrows@xxxxxxxxx>
- Date: Thu, 13 Mar 2008 09:38:12 -0700 (PDT)
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!
On 13 Mar, 11:29, "Suzanne S. Barnhill" <sbarnh...@xxxxxxxx> wrote:
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).
--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
"DerbyDad03" <teamarr...@xxxxxxxxx> wrote in message
news:f770e222-c53e-48a9-8359-657a1e8e8a34@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
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...@xxxxxxxxxxxxxxxxxx> wrote:
It would appear to make more sense to insert such picture in-line?
--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web sitewww.gmayor.com
Word MVP web sitehttp://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
DerbyDad03 wrote:
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!- Hide quoted text -
- Show quoted text -- Hide quoted text -
- Show quoted text -
.
- References:
- Page Break Question
- From: DerbyDad03
- Re: Page Break Question
- From: Graham Mayor
- Re: Page Break Question
- From: DerbyDad03
- Re: Page Break Question
- From: Suzanne S. Barnhill
- Page Break Question
- Prev by Date: Re: Arial font size smaller than 8 pt.
- Next by Date: Re: User Form issue
- Previous by thread: Re: Page Break Question
- Next by thread: Re: Customized Quick Access toolbar disappears
- Index(es):
Relevant Pages
|