Re: Page Break Question

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



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 -

.



Relevant Pages

  • Re: Cascading Windows
    ... Sub AutoNew() ... Word MVP web site http://word.mvps.org ... Do While Len> 0 ' Loop to put files into an array ... screen and allowing me to use the bottom 50% for the other 2 apps). ...
    (microsoft.public.word.customization.menustoolbars)
  • Re: assigning a filename
    ... Dim MyFileName As String ... Then I go over to a sub, and use msgbox to check that info is getting there ... ... "Doug Robbins - Word MVP" wrote in message ...
    (microsoft.public.word.vba.userforms)
  • Re: Change Default View to Normal?
    ... Sub Autonew() ... Word MVP web site http://word.mvps.org ... uninstalled Remove Hidden Data tool and checked my>> options to ask to save Normal.dot. ... >>> Word MVP FAQ site: http://word.mvps.org>>> Email cannot be acknowledged; please post all follow-ups to the>>> newsgroup so all may benefit. ...
    (microsoft.public.word.newusers)
  • Re: Default Template Folder Location
    ... It seems all bases have been covered, but you can force the print layout ... Sub Autonew() ... Web site www.gmayor.com Word MVP web site www.mvps.org/word ... folder is to be found. ...
    (microsoft.public.word.newusers)
  • Re: assigning a filename
    ... MyFileName inside the sub. ... "Doug Robbins - Word MVP" wrote in message ...
    (microsoft.public.word.vba.userforms)