R
Ruby Tuesdays
I'm scratching my head trying to find out what method I should use to find
the number of columns in a row of a word table. Thanks
the number of columns in a row of a word table. Thanks
Ruby Tuesdays said:Thanks, where do you find those information?
Will the command work if the table has mixed-width-cells(some with merge
cell and some with different size of column-widths)? How do you fix this
programatically e.g:
If Selection.Rows(1).Cells.Count = xxx then [ process the row]
Else IGNORE, move on to the next rows.
Thanks
"Doug Robbins - Word MVP - DELETE UPPERCASE CHARACTERS FROM EMAIL ADDRESS"
MsgBox Selection.Rows(1).Cells.Count
--
Please post any further questions or followup to the newsgroups for the
benefit of others who may be interested. Unsolicited questions forwarded
directly to me will only be answered on a paid consulting basis.
Hope this helps
Doug Robbins - Word MVP