This property returns the current status of CQGCEL startup process.
Read-only property
| Visual Basic |
|---|
Public Property IsStarted As Boolean |
True if CQGCEL is started, False otherwise
This property allows to find out if CELStarted Event is already fired.
| The property using | Copy Code |
|---|---|
If Not ThisWorkbook.CEL.IsStarted Then Exit Sub End If | |
Copy Code