![]() |
|
#1
|
|||
|
|||
|
I have one table in document and want to copy it into another location (more precisely, bookmark location). For now I have the following code:
Code:
Dim doc As Document
Dim t As Table
Set doc = ThisDocument
Set t = doc.Tables(1)
t.Select
Selection.Copy
doc.Bookmarks("bm46").Select
Selection.Paste
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
How to have the location (path) of the Word document on the title bar?
|
Jamal NUMAN | Word | 24 | 09-06-2017 12:18 PM |
Open document file location issue help required
|
jborchel | Word | 8 | 10-21-2013 02:58 PM |
| Displaying the filepath/document location in ribbon | MrPahoehoe | PowerPoint | 1 | 03-01-2013 06:41 AM |
VBA to copy bookmark to a new location
|
kent | Word VBA | 5 | 06-14-2012 02:18 PM |
table location, table title
|
pav | Word VBA | 1 | 05-24-2011 09:10 PM |