GitXplorerGitXplorer
b

excel-sheetscopename

public
2 stars
0 forks
8 issues

Commits

List of commits on branch master.
Unverified
4f6cbffe4493de6a88486732fb8ee7644a1827d1

Fix same-referent bug during old name scrub

bbskinn committed 4 years ago
Unverified
ff356eae51b8defae8b474ee88a9a21359df6fad

Add 'dol' swap for '$'

bbskinn committed 5 years ago
Unverified
bcf1422c66bc9bf6d9e4816a9ce401b3beab7fdd

Add new Sub for clearing Names on cells

bbskinn committed 5 years ago
Unverified
367ae846b53c2e94c45aa669ac942fd728364252

Add skip-cell trap for empty name case.

bbskinn committed 5 years ago
Unverified
1148fdbbaf996d37fcb0a2aa6f574120ca8a41ed

Add deleting of other Names on working cells

bbskinn committed 5 years ago
Unverified
8a0598bd9b1f9f60bd008d280e0a53e9a45ce5f6

Revise checks to include "RC" corner case

bbskinn committed 6 years ago

README

The README file for this repository.

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 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.