Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the local name of a cell.
strRet = object**.LocalName**
strRet String. The local name of the cell.
object Required. An expression that returns a Cell object.
Version added
4.0
Remarks
A cell has both a local name and a universal name. The local name differs according to the locale for which Microsoft Windows is installed on the user's system. The universal name is the same regardless of locale.
To get the universal name of a cell, use the Name property.
Applies to | Cell object
See Also | Name property