Anyone know how to create a Range Name in VBA using the Header Cell and a suffix WITHOUT changing the Header cell itself?
(E.g. Cells A1 - A10 have header "Less Time". I want the range to be ""Less Time Filter", but can't see how to combine the Header ("Less Time") with the Suffix (" Filter") without changing the Header itself?
.
Tried the "CreateNames" approach (Selection.CreateNames Sheet2.Cells(1, 1) & "_Filter"), but it generates an error
All solutions, suggestions and alternatives received gratefully as ever
Ochimus
Bookmarks