https://github.com/bskinn/excel-sheetscopename
Utility to automatically create sheet-scoped Names for selected cells based on their left-hand neighbors
https://github.com/bskinn/excel-sheetscopename
excel-cell-name vba-excel
Last synced: 11 days ago
JSON representation
Utility to automatically create sheet-scoped Names for selected cells based on their left-hand neighbors
- Host: GitHub
- URL: https://github.com/bskinn/excel-sheetscopename
- Owner: bskinn
- License: mit
- Created: 2019-01-03T16:10:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-09T22:05:47.000Z (about 4 years ago)
- Last Synced: 2024-12-18T06:48:41.401Z (2 months ago)
- Topics: excel-cell-name, vba-excel
- Language: VBA
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Sheet-Scoped Name Generator -- Excel VBA Add-In
*Lightweight utility to automatically create sheet-scoped Names for selected cells based on their left-hand neighbors.*
The built-in Ctrl+Shift+F3 keyboard shortcut, which invokes the
`Formulas > Defined Names > Create from Selection` command, always creates names at the
workbook-global scope. To the best of this author's knowledge, there is no built-in functionality
for automatically creating *worksheet*-scoped names. This add-in attempts to rectify that omission.To use, select the cells for which names are to be created and press
Ctrl+Shift+N. The name applied to each cell will be
created from the value of the cell to its immediate left.The binary `.xlam` file for each release can be found on the GitHub page for that release.
Copyright (c) Brian Skinn 2019
License: The MIT License
See [`LICENSE.txt`](https://github.com/bskinn/excel-sheetscopename/blob/master/LICENSE.txt) for full license terms.*Sheet-Scoped Name Generator is third-party software, and is neither affiliated with, nor authorized,
sponsored, or approved by, Microsoft Corporation.*