Worksheet.TransitionFormEntry property (Excel)
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 Excel to use Lotus 1-2-3 formula entry rules for Sheet1.
Worksheets("Sheet1").TransitionFormEntry = True
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.