![]() |
#1
|
|||
|
|||
![]()
Hi,
I am trying to insert a table at a specific location in my document. Is there an easier way of doing this using bookmarks? Below is what I have been using and I keep getting a "Type Mismatch" error on the second line. Code:
Dim myRange As Range Set myRange = ActiveDocument.Range.Bookmarks("InsertDuty") ActiveDocument.Tables.Add Range:=myRange, NumRows:=3, NumColumns:=4 |
Thread Tools | |
Display Modes | |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
megatronixs | Word VBA | 9 | 09-05-2020 02:29 PM |
Insert table in document - automatically updates second table in summary? | Mechanic | Word | 2 | 08-01-2012 09:44 PM |
![]() |
Niy | Word | 3 | 03-28-2012 12:18 AM |
Insert image in bookmarks | kroz | Word VBA | 0 | 11-29-2010 04:55 AM |
Using bookmarks in a protected document | Bill Stemp | Word | 0 | 10-16-2010 06:47 AM |