Quote:
	
	
		| 
					Originally Posted by Cosmo  I tried running your code on the table I had created on Friday, and it had an error at line 48 (.Cells(j).width = .Cells(j).width * pWdth / sCWdth). I used a variable to set the value, and the error did not occur, but the result is still problematic (many rows are not the correct length, and if I try to adjust them, the rest of the rows shift more). 
 The file I created Friday had no tables or cells that were copied and pasted (each table section was from a brand new created table); the only items copied was the text from the original source document (InDesign). I spent most of the day meticulously creating and adjusting each table. I'm attaching that file if you want to look at ...
 | 
	
 The problem is due to having multiple tables in the document you ran the macro on. As noted in the PS quoted in your previous reply, you need to copy the table to a separate document for processing.
 
PS: Please don't quote entire posts replied to - just the relevant parts, if need be. Anything more just adds clutter.