View Single Post
 
Old 06-23-2014, 01:01 PM
Cosmo Cosmo is offline Windows Vista Office 2007
Competent Performer
 
Join Date: Mar 2012
Posts: 240
Cosmo is on a distinguished road
Default

I am having better results using
Code:
SourceTable.Cell(1,1).range.copy
destTable.Cell(1,1).range.pasteandformat (wdFormatOriginalFormatting)
But I don't want to change the user's clipboard! I need a solution that doesn't rely on copy/paste.
Reply With Quote