VBA (Visual Basic for Applications) Question:
Download Questions PDF

Explain 3 main differences between flexgrid control and dbgrid control?

VBA Interview Question
VBA Interview Question

Answer:

1. Datagrid is Editable, flexgrid is Diplay only.

2. DBGrid allows full data binding while MSFlexGrid allows read-only binding

3. MSFlex grid is smaller and allows cell merging while Datagrid is larger and does not allow cell merging

Download VBA Interview Questions And Answers PDF

Previous QuestionNext Question
What is Constructors and distructors?What is the security vulnerabilities for VBA?