Re: how does excel decide a suggested name to a range?
- From: "keepITcool" <xrrcvgpbby@xxxxxxxxx>
- Date: Wed, 06 Apr 2005 05:03:37 -0700
jan karel pieterse has done extensive research on names.
(he would, else how could he wriote his excellent name_manager)
worth a read is:
http://www.jkp-ads.com/Articles/ExcelNames.htm
--
keepITcool
| www.XLsupport.com | keepITcool chello nl | amsterdam
Tushar Mehta wrote :
> That is XL's way of creating legitimate names. In addition to
> characters that are invalid in a name (such as / and space), certain
> names such as a one indistinguishable from a cell reference (B1 or
> D12, for example) are also invalid.
>
> I thought there was some documentation that indicated the rules for
> valid names. But a 10 minute search of help and msdn.microsoft.com
> proved futile. What you can do is develop your own rule for creating
> names. I use the following:
>
> Names I create programmatically start with _TM{add-in id}
> _TM to identify a name created by a program I wrote
> {add-in id} identifies which program
>
> If the name is being created from some user-specified source (file
> name for example), I remove all characters other than letters and
> numbers.
>
> If the name concatenates two tokens (chart name and series name for
> example), I remove all characters other than letters and numbers and
> then use underscore between the two tokens to get something like
> _TMAddInID_chart1_series1
>
> Does this guarantee that the user doesn't have the same name in the
> workbook? No. But, it reduces the likelihood.
.
- Follow-Ups:
- Re: how does excel decide a suggested name to a range?
- From: Tushar Mehta
- Re: how does excel decide a suggested name to a range?
- References:
- how does excel decide a suggested name to a range?
- From: dwake
- Re: how does excel decide a suggested name to a range?
- From: Tushar Mehta
- how does excel decide a suggested name to a range?
- Prev by Date: Re: Creating a Function
- Next by Date: Re: Copying Outlines
- Previous by thread: Re: how does excel decide a suggested name to a range?
- Next by thread: Re: how does excel decide a suggested name to a range?
- Index(es):
Relevant Pages
|