![]() |
|
#4
|
|||
|
|||
|
Thank you. I know it wants to work, but, Dag nabbit, now I'm getting the attached Run-time error 5991.
I've researched it and can't figure out what code to put where. What I've seen looks something like this: Table table=Globals.ThisDocument.Tables[1]; Range range = table.Range; for (int i = 1; i <= range.Cells.Count; i++) { if(range.Cells[i].RowIndex == table.Rows.Count) range.Cells[i].Range.Text = range.Cells[i].RowIndex + ":" + range.Cells[i].ColumnIndex; } Any thoughts? Thanks so much, David |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
How to change the font color of specific text within a Word table cell
|
epid011 | Word Tables | 2 | 05-15-2017 05:21 PM |
looking to change cell color by typing number into the cell
|
ibs | Word Tables | 1 | 11-22-2016 06:31 PM |
| How to change the font color of cell values | sky474 | Excel | 7 | 03-06-2014 09:15 AM |
| Change Cell Color Based On % Complete | jrfoley3 | Project | 1 | 05-30-2013 05:24 AM |
Creating a Macro to change the shading of a cell
|
Triscia | Word VBA | 3 | 01-30-2013 04:18 PM |