Worksheet.TransitionExpEval property (Excel)
True if Microsoft Excel uses Lotus 1-2-3 expression evaluation rules for the worksheet. Read/write Boolean.
Syntax
expression.TransitionExpEval
expression A variable that represents a Worksheet object.
Example
This example causes Excel to use Lotus 1-2-3 expression evaluation rules for Sheet1.
Worksheets("Sheet1").TransitionExpEval = 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.