Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 29
Default Cell Naming and Formula bar Display

Hi,
I have name a cell using the same VBA command as follows in 2
different
spreadsheets submitted by 2 different colleagues :


Spreadsheet A
*************
VBA Command Executed : Range("E4").Name = "Overall_CashBegining"

Cell Formula in E5 : "=E4"

Formula Bar Display when cell E5 is selected: "=E4"



Spreadsheet B
***********
VBA Command Executed : Range("E4").Name = "Overall_CashBegining"

Cell Formula in E5 : "=E4"

Formula Bar Display when cell E5 is selected: "=Overall_Cash Begining"


Why is there a different display in the formula bar despite the fact that
other
conditions are the same... only the spreadsheet were submitted by different
people. Is there any options to turn on/off cell naming in formula bar
display ?


Thanks...
--
Regards,
Adrian


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Cell Naming and Formula bar Display

Could it be that the cell also has a name of Overall_Cash Begining (defined
previously)?

Check in InsertNameDefine...

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"Adrian" wrote in message
...
Hi,
I have name a cell using the same VBA command as follows in 2
different
spreadsheets submitted by 2 different colleagues :


Spreadsheet A
*************
VBA Command Executed : Range("E4").Name = "Overall_CashBegining"

Cell Formula in E5 : "=E4"

Formula Bar Display when cell E5 is selected: "=E4"



Spreadsheet B
***********
VBA Command Executed : Range("E4").Name = "Overall_CashBegining"

Cell Formula in E5 : "=E4"

Formula Bar Display when cell E5 is selected: "=Overall_Cash Begining"


Why is there a different display in the formula bar despite the fact that
other
conditions are the same... only the spreadsheet were submitted by

different
people. Is there any options to turn on/off cell naming in formula bar
display ?


Thanks...
--
Regards,
Adrian




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Display formula on the cell journey Excel Worksheet Functions 2 August 27th 09 11:23 AM
Display cell ref for MAX formula bookman3 Excel Discussion (Misc queries) 7 October 17th 08 06:31 AM
Naming a Formula, using Link to Cell containing that Formula Lee4 Excel Discussion (Misc queries) 1 August 25th 08 11:16 PM
Display formula in cell Trish Excel Discussion (Misc queries) 1 May 13th 05 09:14 AM
cell naming not showing up in drop down list of formula bar mel Excel Programming 1 December 4th 03 02:11 PM


All times are GMT +1. The time now is 08:07 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"