![]() |
|
|||||||
|
|
|
Thread Tools | Display Modes |
|
|
|
#1
|
||||
|
||||
|
You cannot select non-contiguous ranges with VBA. You should process each table separately.
__________________
Graham Mayor - MS MVP (Word) (2002-2019) Visit my web site for more programming tips and ready made processes www.gmayor.com |
|
#2
|
||||
|
||||
|
It's like, take these below numbers as cells:
1.......2.......3......4.......5 6.......7.......8......9.......10 11.....12.....13.....14.....15 16.....17.....18.....19.....20 So it would be like selecting as of the whole 2nd column to the whole last column. Does that change your perspective? Cendrinne |
|
#3
|
||||
|
||||
|
The part of the script where it mentioned ''New Table'' and Boolean, I don't know why it's there, don't really get it. I've tried to make a script without it, and kept getting error message, on my side anyway.
So if you find a way without it, it's ok too
|
|
#4
|
||||
|
||||
|
Oh wait, I think I know how this could be possible. Don't know how to write it though. If it's possible to select all table columns, then it's possible to "De-Select", Column 1.
Or Select all Tables, NOT Column 1. Think it's doable? |
|
| Tags |
| all tables, help please, range.rows |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
How to script most table column in word document?
|
Cendrinne | Word VBA | 15 | 03-22-2021 06:45 PM |
Dynamically select a TextBox based on range value
|
IIOII | Word VBA | 8 | 07-20-2016 11:28 PM |
Help with Index Function to Select Range of Cells
|
bretyuin | Excel | 1 | 02-24-2016 05:11 AM |
| VBA Word Table - Select More than 1 Column at a time - Apply Formatting | jc491 | Word VBA | 12 | 09-24-2015 06:03 AM |
| Way to select a range using the mouse on a chart? | omahadivision | Excel Programming | 6 | 12-29-2012 09:21 AM |