Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 04-27-2018, 12:16 PM
DBenz DBenz is offline inserting column sees table expand off page Windows 7 64bit inserting column sees table expand off page Office 2010 32bit
Advanced Beginner
inserting column sees table expand off page
 
Join Date: Dec 2014
Posts: 66
DBenz is on a distinguished road
Default inserting column sees table expand off page

Hi,


I have been annoyed at this trait ever since first using word decades ago, about time I found out how to fix it.
Insert a column in a table and table expands off page to right.

Why and what is the fix ?

aaaaaaagh !

DBenz
Reply With Quote
  #2  
Old 04-27-2018, 07:22 PM
Guessed's Avatar
Guessed Guessed is offline inserting column sees table expand off page Windows 10 inserting column sees table expand off page Office 2016
Expert
 
Join Date: Mar 2010
Location: Canberra/Melbourne Australia
Posts: 3,969
Guessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant future
Default

I'm not sure there is a fix - this is a design decision. The problem is the table is set to a specific width and each column knows how wide it needs to be. Then you add another column and Word needs to make a decision: Does it resize the existing columns (which you were previously happy with) to make room for the new column or does it leave those columns untouched and add the new column to match the width of the source column. Effectively, the programmers will always make some people unhappy, whichever way they decide.

However, as I experiment with a new table in Word 2016 there is something changeable that influences behaviour of the table. I haven't worked it out yet but there is something going on that gives hope to finding the setting.

Inserting a new table, I can select a column and add a column and the total width doesn't change - the other columns shrink to accomodate the new column. However, if I drag the last column just a tiny bit wider than the margin, adding a new column gives you a much wider table going off the page. On the other hand, dragging the table smaller than the page margins allows me to add a column and other columns adjust to retain the same total width. Is the total table width the key?

Tweaking settings like Table Properties > Options > Automatically resize to fit contents may be the key but I'm not convinced of that.
__________________
Andrew Lockton
Chrysalis Design, Melbourne Australia
Reply With Quote
  #3  
Old 04-28-2018, 03:27 PM
DBenz DBenz is offline inserting column sees table expand off page Windows 7 64bit inserting column sees table expand off page Office 2010 32bit
Advanced Beginner
inserting column sees table expand off page
 
Join Date: Dec 2014
Posts: 66
DBenz is on a distinguished road
Default

I am sure many folk get this happen, much gnashing of teeth and Msoft still get away with it. I am never hell bent on keeping my columns a certain width, not sure anyone is, but we are human and end up needing to add another column.

As such a fix is sought, and I thought this would have an easy answer.

I will dabble with setting you suggest, but dread continuing this nightmare journey.

Thank you Msoft !

DBenz
Reply With Quote
  #4  
Old 04-28-2018, 05:59 PM
Guessed's Avatar
Guessed Guessed is offline inserting column sees table expand off page Windows 10 inserting column sees table expand off page Office 2016
Expert
 
Join Date: Mar 2010
Location: Canberra/Melbourne Australia
Posts: 3,969
Guessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant future
Default

Of course you could always use a macro to right these wrongs after adding a column
Code:
Sub ResizeTable()
  Dim aTbl As Table
  For Each aTbl In Selection.Tables
    aTbl.PreferredWidthType = wdPreferredWidthPercent
    aTbl.PreferredWidth = 100
  Next aTbl
End Sub
__________________
Andrew Lockton
Chrysalis Design, Melbourne Australia
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
inserting column sees table expand off page How much space is available on a page before inserting a table? Amitti Word Tables 4 02-27-2018 07:34 PM
inserting column sees table expand off page Move Selection to the next Column on a Page (Not a table) GuitarForLife Word VBA 7 02-09-2018 01:59 PM
inserting column sees table expand off page Insert Table To Multi Column Page mertdogan Word Tables 2 08-03-2017 03:46 PM
inserting column sees table expand off page Center a table column on page Mutak94 Word Tables 1 09-12-2014 02:52 PM
inserting column sees table expand off page How to expand one column into two columns? Jamal NUMAN Excel 1 01-12-2011 07:59 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 08:43 PM.


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