08-05-2009, 03:11 PM
Hi Saket,
gr8, thanks for your help, its really good.
Only one small query:
If i want to count number of Row available in Table(1), Column 2 i.e Cell(1,2). Can i use GetRowCount() method to get that, like i tried following:
But its not working. Do we have any other method to get no. of rows present in Column 2.
Thanks
Shrinivas
gr8, thanks for your help, its really good.
Only one small query:
If i want to count number of Row available in Table(1), Column 2 i.e Cell(1,2). Can i use GetRowCount() method to get that, like i tried following:
Code:
m_total = objWord.Selection.Tables(1).Cell(1,2).GetRowCount()
msgbox m_total
But its not working. Do we have any other method to get no. of rows present in Column 2.
Thanks
Shrinivas