Hi All,

I am getting 5941: error while working with vba word macros accessing tables in document.

vSelRange.GoTo
'/Convert the table to text
iCt = vSelRange.Tables.Count
For i = 1 To iCt
Set vtest = vSelRange.Tables(i).ConvertToText
Next

Please help.

Regards
Minu