Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

VBA...TABLE cell contents modifiy

Status
Not open for further replies.

LILE

Automotive
Jan 25, 2018
8
KR

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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top