|
tblTable = oWordApp.ActiveDocument.Tables.Add(oWordApp.Select ion.Range, 1, i + 1)
VB.NET
Can anyone please tell me how to rid out of this or any other solution?
Table = oWordApp.ActiveDocument.Tables.Add(oWordApp.Select ion.Range, 1, i + 1)
Err : 'Range' is not a by reference property.
Thanks
|