Sub Sample()
With ActiveDocument.Tables(1).Cell(1, 4)
Set rng = ActiveDocument.Range(.Range.Start, .Range.End - 1)
rng.Copy
.Range.Delete
End With
End Sub
Regards
ASKER
ASKER
ASKER
Microsoft Office is an integrated suite of applications that includes Outlook, Word, Excel, Access, PowerPoint, Visio and InfoPath, along with a number of tools to assist in making the individual components work together. Coding within and between the projects is done in Visual Basic for Applications, known as VBA.
TRUSTED BY
Open in new window
Do you want to paste somewhere?