![]() |
|
#2
|
||||
|
||||
|
Without access to your building blocks - activedocument.tables (1) is the first table in the document, whereas you need to name the table so you can process it by name e.g.
Code:
Set oTbl = Selection.Tables(1) oTbl.Cell(1, 1).Range.Select
__________________
Graham Mayor - MS MVP (Word) (2002-2019) Visit my web site for more programming tips and ready made processes www.gmayor.com |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 2 general question about coding | puff | Excel Programming | 1 | 12-07-2017 08:53 AM |
Problem Coding End of Page
|
DRD992 | Word VBA | 1 | 10-12-2017 05:15 PM |
If else statement-Need help with coding
|
rsrasc | Excel Programming | 4 | 10-30-2015 01:10 AM |
| UserForm VBA coding | Niclasfa | Word VBA | 1 | 04-08-2015 10:23 PM |
| What kind of coding? | ep2002 | Excel | 3 | 07-22-2014 07:52 AM |