Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Programming
Macro to Define Name on a changing selection of cells
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="MacGuy, post: 6391613"] Per your criteria: Application.Names.Add Name:="Timeline", _ RefersTo:=Range([b4], [b4].End(xlDown).End(xlToRight)) or Application.Names.Add Name:="RangeName", _ RefersTo:=Range(Range("b4"), Range("b4").End(xlDown).End(xlToRight)) [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Programming
Macro to Define Name on a changing selection of cells
Top