Hello friends
I want to change table cell contents.
oTable.ComputeMode = CatTableComputeON
oTable.SetCellString 1, 1, "text"
oTable.SetCellString 1, 2, "CATIA"
I make some table above using vba.
I want to change "text" to "Hi".
But Don't use row and col,Using selected cell contents
help..
I am satisfied that tell me about method or command.
thanks.