Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 07-26-2018, 10:18 PM
seanspotatobusiness seanspotatobusiness is offline Text box seems to have gone off the page and now I can't get it back? Windows 10 Text box seems to have gone off the page and now I can't get it back? Office 2016
Competent Performer
Text box seems to have gone off the page and now I can't get it back?
 
Join Date: Dec 2010
Posts: 101
seanspotatobusiness is on a distinguished road
Default



Quote:
Originally Posted by macropod View Post
You might try a macro like the following. It ensures all shape objects are positioned within the page margins.
Code:
Sub Demo()
Application.ScreenUpdating = False
Dim Shp As Shape, iShp As InlineShape
For Each Shp In ActiveDocument.Shapes
  With Shp
    If (.Top < .Anchor.PageSetup.TopMargin) Or _
      (.Left < .Anchor.PageSetup.LeftMargin) Or _
      (.Top > .Anchor.PageSetup.BottomMargin - .Height) Or _
      (.Left < .Anchor.PageSetup.RightMargin - .Width) Then
        Set iShp = .ConvertToInlineShape
        iShp.ConvertToShape
    End If
  End With
Next
Application.ScreenUpdating = True
End Sub

I'm trying to create a new macro but for some reason the editor opens with what looks like a macro pertaining to my reference/citation manager Zotero. Ctrl + N makes a new line rather than a new macro. Can I replace 'ZoteroAddEditBibliography Macro' without affecting the function of my reference manager add-in?

Edit: never mind; I was able to highlight the invisible caption box using the selection pane which caused its anchor to appear and then I dragged the anchor into my new borderless table which caused it to appear at the top of the table.

Quote:
Originally Posted by Guessed View Post
I shake my head following the ongoing sagas you are encountering because you decided to float all your graphics. When your pictures are full width of the page there is zero value in floating the pictures. As you can now appreciate, there is plenty of downside.

On the bright side, you've now discovered a new drawback I hadn't even considered.

I started putting my figures into borderless tables one or two weeks ago but I started this document a few months ago so there are many images which are not in tables. I was actually trying to put existing images into tables when a caption box flew off somewhere.
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Text box seems to have gone off the page and now I can't get it back? Auto back to top of page Staywme Word 2 11-26-2016 05:30 PM
Radio buttons in a particular page gets disabled when i scroll down and return back to that page. arnprd Word 0 06-18-2015 10:54 AM
Text box seems to have gone off the page and now I can't get it back? Deleting Lines Pulls Back Next Page SQLUSA Word 5 12-18-2012 03:53 PM
Text box seems to have gone off the page and now I can't get it back? no page numbers -- how do i get them back -- only {page} at the header Straitsfan Word 4 06-27-2012 02:46 PM
My plain text post got converted to rich text in a reply, how to convert it back? david.karr Outlook 0 01-05-2012 09:46 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 09:17 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft