Are you specifying 'local scope' (sheet level)? PSP5 is probably global
scope (workbook level) and so takes precedence. You should never create
global scope names unless *absolutely* necessary! You can ref a name on
another sheet by prepending the sheetname like so...
='Another Sheet'!NamedRange
...where "NamedRange" refs the range defined with local scope on
Sheets("Another Sheet").
Quite correct! I didn't think of it due to not using newer version so
much until recently. I see last col label is "XFD" in 2010! Regardless,
just another issue that confirms using local scope names but not if a
col label...
I named the cell pSPX and that is ok.
So problem solved.
Thanks all
Peter M.
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.