VB.NET : 'Range' is not a by reference property.

Skilled contributor
30Dec2009,15:15   #1
sameer_havakajoka's Avatar
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
Go4Expert Founder
30Dec2009,18:48   #2
shabbir's Avatar
Why on earth this goes as Help and Support forum and read the description of that forum
Invasive contributor
30Dec2009,23:05   #3
nimesh's Avatar
Can you give the reference for owordapp?
Is this from a custom library?