![]() |
|
#1
|
||||
|
||||
![]() In above code, one of problem is with Selection.PasteAndFormat (wdPasteDefault). It doesn't go to specific location but goes to colum which are selected. How to pate range to specific location in word? |
#2
|
||||
|
||||
![]()
this works perfect
Code:
Set rng = Tbl.Cell(i, 5).Range rng.Collapse wdCollapseStart rng.PasteAndFormat wdPasteDefault |
![]() |
Tags |
macro, website, word 2010 |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Extract VBA code to save in Word document | Dave T | Word VBA | 4 | 01-26-2015 08:41 PM |
![]() |
Maxwell314 | Excel | 3 | 12-08-2014 06:17 PM |
![]() |
iliauk | Word | 3 | 11-08-2013 04:37 PM |
Is there a way to extract various text in Word? | barnkeeper410 | Word | 4 | 07-08-2013 10:58 PM |
![]() |
donlincolnmsof | Word VBA | 12 | 06-19-2012 05:21 PM |