Setting variable = to sheet name

J

Jeff Armstrong

I have a simple question. What is the code to set a
variable to the name of the activesheet in Excel?\

Dim SheetName As String

SheetName = <code?>

Jeff
 
Top