hi there, i'm using a excel macro. how can i get the name of the worksheet so i can parse it as a variable as below

.[Worksheet_name]
..Name|" & name
..Description|" & desc

Say the name of my worksheet is tag. thank you