I've searched through the many threads that deal with naming ranges but have
not
come a solution to my problem, thanks for your patience with another VBA
newbie.
In the code below, I correctly select the range which I would like to name
"MyRange"
What must I add to the code to name this selected range?
Worksheets("TempSheet").Range("A2:A" & Sheets.Count - 4).Select
Thanks for your help.
Bookmarks