![]() |
|
![]() |
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
![]() Quote:
Quote:
Quote:
Quote:
I've incorporated the above, plus comments into the code in my previous post.
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
#2
|
|||
|
|||
![]()
I'm getting an error with this section saying "The requested member of the collection does not exist." When I hover over the i, it says i = 10, if that helps at all.
Code:
If .Cells(i + 4).ColumnIndex = 1 Then Set Rng = .Cells(i).Range Rng.End = .Cells(i + 4).Range.End Rng.Select: Selection.Cells.Merge End If Code:
With Tbl .Range.Rows.WrapAroundText = False Code:
For i = 5 To .Cells.Count Select Case (i Mod 5) + 1 Case 1: sWdth = InchesToPoints(0.45) .Cells().VerticalAlignment = wdCellAlignVerticalTop Code:
With .Range .Cells(1).Select: Selection.Rows.HeadingFormat = True For i = 1 To 4 .Cells(i).Width = InchesToPoints(sWdth(i)) Next ''my addition If .Cells.Width = InchesToPoints(0.45) Then .Cells().VerticalAlignment = wdCellAlignVerticalTop End If |
#3
|
||||
|
||||
![]() Quote:
Quote:
Quote:
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
#4
|
|||
|
|||
![]()
Today the same section is giving me a different error, this time regarding the Selection part:
Code:
If ((i Mod 5) + 1) = 1 Then If .Cells(i + 4).ColumnIndex = 1 Then Set Rng = .Cells(i).Range Rng.End = .Cells(i + 4).Range.End Rng.Select: Selection.Cells.Merge End If I got rid of text wrapping by adding the following code near the end, but that seemed to make the columns slightly offset from the first row. I tried fixing this by adjusting the Array widths slightly, some to 1000s of an inch, but that only fixed some. Any idea why this would be? Code:
End With Tbl.Rows.WrapAroundText = False Tbl.Rows.Alignment = wdAlignRowCenter End With Next End With Application.ScreenUpdating = True End Sub Last edited by CodingGuruInTraining; 09-27-2015 at 12:10 PM. Reason: now with image attached |
![]() |
Tags |
column width, combine, tables |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
wendyloooo | Word Tables | 1 | 05-26-2015 01:19 PM |
Splitting one column into two with two different widths | officeboy09 | Excel | 6 | 12-15-2013 09:48 PM |
Pasting tables from Excel 2010 into Word 2010 - How to fix column widths? | GracieB | Word | 7 | 10-02-2013 06:24 AM |
Adjusting column widths | norwood | Word VBA | 0 | 09-24-2013 06:53 AM |
![]() |
molesy | Excel | 3 | 09-16-2013 12:51 PM |