Hi all,
If I go into the vba project listing in excel, and get the Properties for a sheet, there's (Name) at the top and then Name towards the bottom. The bottom one is what shows in the 'tab' section of the sheet, ie if you rename the tab, for example from Sheet1 to "Test" the (Name) stays "Sheet1" nd the Name "Test".
So the question is...why the ambiguity and confusion? In code how would one refer to one name or the other (name)?
I ask because I changed the (Name) via the properties window from Sheet1 and Excel 2007 crashed. Not sure it was directly related but it made me wonder.
--Jim
If I go into the vba project listing in excel, and get the Properties for a sheet, there's (Name) at the top and then Name towards the bottom. The bottom one is what shows in the 'tab' section of the sheet, ie if you rename the tab, for example from Sheet1 to "Test" the (Name) stays "Sheet1" nd the Name "Test".
So the question is...why the ambiguity and confusion? In code how would one refer to one name or the other (name)?
I ask because I changed the (Name) via the properties window from Sheet1 and Excel 2007 crashed. Not sure it was directly related but it made me wonder.
--Jim