Can anyone help me how to set the range of a Cell.
i am using the following code to set a rabge.
objTable.Cell(1, 1).Range.SetRange(0,Text.Length);

Signature
Kripasindhu Mandal
RobinS - 08 Jan 2007 20:18 GMT
I have no idea what you're trying to do. Be more descriptive.
Robin S.
--------------------------------
> Can anyone help me how to set the range of a Cell.
>
> i am using the following code to set a rabge.
>
> objTable.Cell(1, 1).Range.SetRange(0,Text.Length);