Worksheet.TransitionFormEntry Property
Excel Developer Reference |
True if Microsoft Excel uses Lotus 1-2-3 formula entry rules for the worksheet. Read/write Boolean.
Syntax
expression.TransitionFormEntry
expression A variable that represents a Worksheet object.
Example
This example causes Microsoft Excel to use Lotus 1-2-3 formula entry rules for Sheet1.
Visual Basic for Applications |
---|
|
See Also