GitXplorerGitXplorer
b

excel-sheetscopename

public
2 stars
0 forks
8 issues

Commits

List of commits on branch master.
Unverified
6b8078a05105c67fda938143da7c9093fd8c44a4

DEV: Add current source

bbskinn committed 6 years ago
Unverified
f60a0d5ad91a29fd38799ed3d8129ea2fb113fb3

ADMIN: Update README, rename LICENSE, add CHANGELOG

bbskinn committed 6 years ago
Verified
faef357270da25c5c0346d473a9bbea6a8939888

Initial commit

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.