What is the difference between Select Cell and Activate Cell?

Showing Answers 1 - 4 of 4 Answers

Seetha Lakshmi

  • Oct 10th, 2006
 

ActivateCell method activets the specified cell in the virtual table.

SelectCell method selects the specified cell in the virtual table.

  Was this answer useful?  Yes

SelectCell Method: Used to select the specified cell in Virtual Table or Active X Table

Syntax:

Object.SelectCell Row,Col            Object is AcxTable Object

or

VirtualTable(description).SelectCell Row,Col

ActivateCell Method: Used to activate the specified cell in Virtual Table or Active X Table

Syntax:

Object.ActivateCell Row,Col            Object is AcxTable Object

or

VirtualTable(description).ActivateCell Row,Col

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions