O Otto Moehrbach Sep 26, 2004 #2 Dim MyVariable as String MyVariable = ActiveCell.Name.Name HTH Otto "RogerTheDodgerTheDirtyOldSod"
T Tom Ogilvy Sep 26, 2004 #3 ActiveCell.Name.Name if it doesn't have a name, this causes an error. (the cell itself must be named, not this cell be part of a larger number of cells with a name).
ActiveCell.Name.Name if it doesn't have a name, this causes an error. (the cell itself must be named, not this cell be part of a larger number of cells with a name).