L
LaVerne
I am getting an error of unknown origin and appreciate any
input...
Dim oTagRange As Word.Range
oTagRange = oRange.Tables.Item(iLastTable).Cell
(iRowCounter, 1).Range
On this line of code, I get "requested member of the
collection does not exist"
Any ideas? I am going mad!
notes:
- iLastTable is the tables.count value b/c i want the very
last table in the doc at this point (iLastTable is a valid
number)
- iRowCounter is one at this point and "1" is a valid
number of rows
- I am using VB.NET to automate Word XP
input...
Dim oTagRange As Word.Range
oTagRange = oRange.Tables.Item(iLastTable).Cell
(iRowCounter, 1).Range
On this line of code, I get "requested member of the
collection does not exist"
Any ideas? I am going mad!
notes:
- iLastTable is the tables.count value b/c i want the very
last table in the doc at this point (iLastTable is a valid
number)
- iRowCounter is one at this point and "1" is a valid
number of rows
- I am using VB.NET to automate Word XP