TransitionExpEval Property

Microsoft Excel Visual Basic

TransitionExpEval Property

       

True if Microsoft Excel uses Lotus 1-2-3 expression evaluation rules for the worksheet. Read/write Boolean.

Example

This example causes Microsoft Excel to use Lotus 1-2-3 expression evaluation rules for Sheet1.

Worksheets("Sheet1").TransitionExpEval = True