08-05-2009, 03:37 PM
Hi,
And with the code:
The message box is showing Extra Square, below actual value. Please check the attachment for ex.
Can it be possible to remove that extra Square.
Also tried following code:
And with that for each value from both columns showing extra Square (as shown in attachment) below the value.
Can it be possible to remove that extra square? and if so how...
Please guide.
Thanks
Shrinivas
And with the code:
Code:
objWord.Selection.Tables(1).Cell(1,2).Select
msgbox objWord.Selection.Text
The message box is showing Extra Square, below actual value. Please check the attachment for ex.
Can it be possible to remove that extra Square.
Also tried following code:
Code:
m_total = objWord.Selection.Tables(1).range
msgbox m_total
And with that for each value from both columns showing extra Square (as shown in attachment) below the value.
Can it be possible to remove that extra square? and if so how...
Please guide.
Thanks
Shrinivas