I would like to highlight a range of cells in my worksheet and then run a macro that will then create a Named Range using those highlighted cells.

I suppose the VBA would be something like:
ThisWorkbook.Names.Add Name:="NewName", _
RefersTo:=

But I don't know what code is needed next. Can anyone help?

Many Thanks,
Michael