Hello Everyone,
I have the following code below, however, when I run the code the words are cut off. What am I doing wrong?
Code -
Sheets("Active AGT").Range("B" & ActiveCell.Offset(3, 1).Row & ":D" & ActiveCell.Offset(3, 1).Row).Merge
Range("B" & ActiveCell.Offset(4, 1).Row & ":B" & ActiveCell.Offset(4, 1).Row).EntireRow.AutoFit
Table -
I tried to create a table to show the section where the words are cut off so hopefully this depicts a good image.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD="align: center"]Data A[/TD]
[TD="align: center"]This Part is the One Cut Off Even though I have AutoFit[/TD]
[TD="align: center"]Data B[/TD]
[TD="align: center"]Data C[/TD]
[/TR]
</tbody>[/TABLE]
May anyone please help?
Thank you!
I have the following code below, however, when I run the code the words are cut off. What am I doing wrong?
Code -
Sheets("Active AGT").Range("B" & ActiveCell.Offset(3, 1).Row & ":D" & ActiveCell.Offset(3, 1).Row).Merge
Range("B" & ActiveCell.Offset(4, 1).Row & ":B" & ActiveCell.Offset(4, 1).Row).EntireRow.AutoFit
Table -
I tried to create a table to show the section where the words are cut off so hopefully this depicts a good image.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD="align: center"]Data A[/TD]
[TD="align: center"]This Part is the One Cut Off Even though I have AutoFit[/TD]
[TD="align: center"]Data B[/TD]
[TD="align: center"]Data C[/TD]
[/TR]
</tbody>[/TABLE]
May anyone please help?
Thank you!