Skip to main content

All Questions

Tagged with
0 votes
1 answer
1k views

How do I stop MS Word from resizing the page width when I resize the window?

I'm using MS Word 2016 in Windows. Whenever I change the width of the window, the page size changes. That is, I click-and-drag on the right border of the window and make it, say, a little wider. When ...
Dave Mellinger's user avatar
2 votes
3 answers
2k views

How do you get MS-Word to always open to the last page of a multi-page document? The document is a daily journal

Not much to include here, I simply want my Word document to always open to the last page of the document so I can pick-up where I last left-off. The document is a daily journal.
George's user avatar
  • 21
0 votes
1 answer
104 views

Why doesn't the left column come down in ms word 2016?

I want the left column to be full. Why does the left column not come down? Any Suggestions?
sam sam's user avatar
0 votes
1 answer
152 views

Dynamically page borders in template when the user go to the next page (different on even and odd pages for duplexing)

what is the best way for the borders of the document to change dynamically when the user go to the next page? Currently I use frame and the page borders. But when the user go to the next page, the ...
joelcongo's user avatar
0 votes
0 answers
470 views

How to force figures and legends to the next page if there is not enough space on the current page, swapping with the next paragraph?

I am writing my thesis and this structure of styles are common in my .docx file (each line represents one paragraph): Using style named "Main text": main text 1, paragraph break (Using style named "...
Matthew Hui's user avatar
0 votes
1 answer
4k views

Inserting an image on ALL pages of a word document

I have the following code: Sub ImageInsert() Application.ScreenUpdating = False Dim Rng As Range, Shp As Shape, StrImg As String StrImg = "filepath" Set Rng = Selection.Range Rng.Collapse Set Shp ...
Madter's user avatar
  • 9
0 votes
1 answer
43k views

How do I create a header on only one page in Microsoft Word? [duplicate]

I'm writing a multi-page resume and I have a long bulleted list that breaks in between page one and two. Since I have a lot of details about my time at one company I want to have the company's name ...
Kyle Delaney's user avatar
  • 1,237