I have an Excel spreadsheet with several worksheets (i.e. Startup, Survey Form, Survey Log 04, etc.). The purpose of the spreadsheet is to track survey requests by individuals. When the individual creates a new survey request, the information is automatically stored on the Survey Log 04 worksheet. One column on the worksheet is titled Log Number. This log number is automatically generated and is sequential. Once the users information is input onto the log sheet, the cell containing the log number is automatically given a NAME through a VBA routine. The cell name is on the order of _04.1 where 04 is the year and 1 is the log number. My current Survey Log 04 worksheet has 217 entries in it. When I open Excel's "Define Name" dialog box, all the named cells on the Survey Log 04 sheet show up. All of the named cell entries show the name of the cell and out beside the cell name the Worksheet name that is associated with the named cell reference. This is true for all named cell references except the last five, numbers 211 to 217. Numbers 211 thru 217 only display the cell name. There is nothing out beside the cell name, i.e. worksheet name. How does this happen? More importantly, how do I get the worksheet name to appear beside log numbers 211 to 217. When I click on the drop down arrow of the NAME BOX in excel on any sheet other than Survey Log 04, only the 211 thru 217 cell names show up, however, when I activate the Survey Log 04 sheet and click on the NAME BOX, all the cell names appear including 211 thru 217. I would like to keep all the cell names related to the Log 04 sheet from appearing on other sheets. Is this possible and if so how? Thanks in advance.