Enters a state where the user can select formulas with the mouse or keyboard.
Syntax
'Declaration
Public Sub BeginFormulaSelection( _
Optional ByVal As Object _
)
'Usage
Dim instance As SheetView
Dim editor As Object
instance.BeginFormulaSelection(editor)
public void BeginFormulaSelection(
object
)
Parameters
- editor
See Also