Range Name Toolbar/Box Disappeared

Sep 26, 2006

After running a macro, the range name toolbar/display box in Excel has disappeared. how to get it to display again?

View 6 Replies


ADVERTISEMENT

My 'FORMS' Toolbar Has Completely Disappeared

May 21, 2007

My boss has passed me his laptop that he had been designing a spreadsheet on (Excel 2000). The 'forms' toolbar has completely disappeared. When I right click the area where the toolbars are normally docked it lists every one except forms. clicking customise appears to list a few more menus - but no sign of FORMS. If I click 'new' in customise and type in Forms for the name it tells me 'a toolbar named 'forms' already exists' (so where is it!)

how I can get the toolbar back -

View 9 Replies View Related

Forms Toolbar Versus Control Toolbox Toolbar

Oct 19, 2006

which of these toolbars provides the better 'controls' to paste onto worksheets (as opposed to UserForms)? For those wondering, both toolbars contain some apparently similar controls, e.g., combo box, radio button, spinner etc. but there are differences in their behaviour it would seem...

View 2 Replies View Related

Gridlines Have Disappeared

Oct 26, 2008

I'm not sure what I have clicked on, but I have no gridlines when entering data into my spreadsheet.

View 13 Replies View Related

Drop Down Box Disappeared

Oct 23, 2007

I have created some drop-down boxes on a tracking spreadsheet. Last week they were they today they are gone.

I went in and cleared the cells and re-created by dropdowns. I did remember to click, in-cell dropdown, but when I click on the cell it is not there.

Now if I right click on the cell it does give me an option to choose from a drop down. So my options are still there but why are they not appearing in the cell when I click on it.

I am using Excel 2003 with Windows XP

View 9 Replies View Related

Tabs Disappeared

Nov 25, 2008

I am unable to view my tabs in excel - the tabs are there, they just can't be clicked on per say. I have double-check the tools option and verified the correct box is check to view tabs, however, I can't view the tabs. I tried to color a tab and it colored it red, but I can't really view the tab. I can see a red line underneath the directional arrows when I am working on that particular worksheet, but again, I can't view/click on the tab.

View 9 Replies View Related

Sum At Bottom Disappeared

May 2, 2007

you know that part at the bottom toolbar which tells you when you select two or more cells what the sum/average/max/min is? Mine's disappeared.

View 2 Replies View Related

Cell Highlighting Box Has Disappeared?

Jan 3, 2013

Was working away on one of my spreadsheets and the black square that surrounds the cell you click on has vanished. i.e. if you click on cell A1, you normally get a black square surrounding the cell A1 to let you know that you are on it. That black square has disappeared.

It seems to affect any spread that I open but if I open a new spreadsheet it is there.

View 4 Replies View Related

Excel File Has Disappeared?

Mar 17, 2014

I have used this file extensively for months. I inadvertently clicked something this morning that made the file "disappear". I can see the file in its folder and open it. But, once opened, I do not see any of the tabs and the name of the file does not appear at the top. I did ALT F11 and can see the tabs in the VBA but I'm missing a step to make the tabs reappear. Since I don't know what I did to make everything disappear,

View 2 Replies View Related

Custom Menu Disappeared.

Jun 17, 2009

Just curious as to what could make a custom menu or custom button disappear from Excel upon opening it. I had created a custom menu with personal.xls macros in it for someone here a while back, and today it was completely missing.. although the Personal.xls folder still existed with the macros.

I am quite sure that they did not manually remove the menu by right-clicking and selecting Customize and dragging back the menu items...

View 5 Replies View Related

Column A Disappeared - How To Get It Back

Jul 24, 2012

Column A disappeared and didn't come back. I even arrow over to the left margin, but the furthest it goes is to column B. How can I get my column A back?

View 5 Replies View Related

Worksheet Tabs Disappeared?

May 18, 2005

I have been presented with a rather odd thing with Excel. We have a wookbook with six worksheets in it. When the first of worksheets is displayed, all the other tabs "disappear". The whole bottom tool/navigation bar is no longer displayed. How can I get it back?

View 8 Replies View Related

Drop Down Lists Disappeared

Nov 23, 2006

I've created a sheet with a number of drop down lists using the validation menu.

Whilst working on the sheet the lists have disappeared! The validation options are still there and refer to the correct cells that have the correct details in them, but when I click in the cell that should have the list in it I don't get the down arrow to click that shows the list.

I've also tried creating a new list in another cell but that does the same.

Hopefully i've just changed a setting that stops it working and I can unchange it - but I don't know what's caused it.

View 9 Replies View Related

VBA - Solver Reference Disappeared -

Oct 30, 2007

When I go to excel ==> ALT + F11 ==> Tools ==> Reference ==> I can't seem to find "solver" anymore. My code was using the solver module, and now my code does not work. I can't find "solver" to check it.

View 2 Replies View Related

Series Line Disappeared

Oct 10, 2006

I have a chart of type 'Line' that shows a KPI item measured quarterely. It has a single series that references the 'data' worksheet. Since it is measured quarterely, the months in between will have a null value. It has been working to date, but since I have added the data for the latest month, the series line has disappeared. Only the markers remain. The series line is formatted in a vivid blue.
I can't attach the spreadsheet because its 152KB. One thing of note is that when I select the series line, not all of the markers get highlighted as expected

View 2 Replies View Related

Excel 2010 :: Status Bar Disappeared?

Nov 1, 2010

From time to time, the status bar in excel 2010 is not showing (I don't mean the information is not showing, I mean the bar is not there at all). In previous versions I would go to view>status bar...

how do I get the status bar back in excel 2010?

View 9 Replies View Related

Relative Reference Button Disappeared

Apr 10, 2007

When I click Tools Macros Record New Macro I usually get a box which allows me to chose relative reference and is displayed until I click stop.

View 4 Replies View Related

Worksheet Tabs & Minimize/Maximize Disappeared

Aug 31, 2007

Edges of worksheet have gone - no tabs, no minimise/maximise.

View 7 Replies View Related

Excel 2003 :: VBA - Worksheet Object Temporarily Disappeared

Oct 25, 2011

I have a simple macro that cycles through the sheets in a workbook, and if the sheet's codename matches one of a defined list, some of its data is added to a summary sheet.

The macro works exactly as intended, but a strange thing happened yesterday: some data was missing from the summary sheet because one of the sheets was being ignored. This sheet is named 'MCP' on its tab, and has codename Sheet8.

Here's the strange part: on stepping through the code, cycling the sheets, I noticed that the sheet icon, name and codename had disappeared from the Microsoft Excel Objects folder in the Project Explorer. When the loop got to the sheet in question

Code:
For Each ws In ThisWorkbook.Worksheets
Debug.Print ws.Name
Debug.Print ws.Codename

The above code displayed its name (correctly) as 'MCP', but its codename was blank; the sheet was therefore skipped by the code because the codename had to match against a defined list.

While I was pondering this, and doing some web searches, the sheet then re-appeared in the Project Explorer and everything worked again.

My question is this: is it likely to be due to the workbook being shared? I know that workbook sharing in Excel is often discouraged, but this is a simple workbook only used by a maximum of three users (two of these had the workbook open at the time the issue was reported)

I've changed the code so that the sheet name is inspected in the event that the codename is blank, which should guard against the issue provided sheets are not deleted/renamed.

Windows XP, Excel 2003

View 4 Replies View Related

Cant See Drawing Toolbar

May 22, 2007

I've recently got a new computer and this problem is driving me nuts.
When I click view!toolbars!drawing, nothing happens. No drawing toolbar appears at the bottom of the screen where it used to be. There's a small "drawing toolbar" icon on the main toolbar, but whether this is depressed or not makes no difference either.

I understand this may be changed in the 2007 version, but I’m using Excel 2000

View 10 Replies View Related

Customize Toolbar...

Oct 12, 2009

There is something that is bothering me in excel. Every time I open a workbook, on my toolbar appears the "Reviewing" one. I tried to unchecked it from the customize toolbar option but still appears on opening a new workbook ((.

View 2 Replies View Related

Get Rid Of The Calculator Toolbar

Nov 25, 2006

I downloaded the calculator toolbar, and for some reason it doesn't look right, it doesn't resemble a calculator layout at all.

The numbers are skewed, as though the layout is in landscape view instead of portrate. I've tried repeately to delete it from the toolbars menu option, with no success. It's become annoying.

View 9 Replies View Related

Imbedding A Toolbar

Apr 20, 2007

I have a project management workbook I created that tracks the status of projects and their associated "grocery list" of items being pursued to complete each project. The user needs to indicate the status of each grocery item by setting the item red, yellow, green, or blue; each color has an associated number (1, 2, 3, 4) so the overall project status can be averaged. I am currently using a command button and Select Case statements to allow the user to toggle through the various status colors with a single button. The problem is, I still have to have a separate command button on each sheet which takes up a lot of space.

I would like to have a single toolbar that is available on all sheets, much like an Add In creating a menu, but it is impossible for me to personally install a custome toolbar or an Add In on each user's PC. I need something imbedded in the actual workbook that will propogate the toolbar on its own.

View 9 Replies View Related

Create Toolbar

Feb 14, 2007

how i can create a replacement toolbar within excel, that will run once the file is opened. replacing the file, edit, etc.

View 3 Replies View Related

Add Button On Toolbar For A Macro

Oct 5, 2012

I have a macro and I want a button on the toolbar, once clicked on the button, I want the macro to run.

Is there any way to do this. If this can be done using add-ins, I doesn't know how to create a button for the same.

View 4 Replies View Related

Hiding Standard Toolbar

Oct 2, 2008

I use Excel 2000.

I want to hide all toolbars when I work.

I know how to hide them during a session, but when I exit and reboot Excel, the "standard" toolbar always returns.

Is there some way to hide the "standard" toolbar permanently?

View 8 Replies View Related

Toolbar Command Button

Aug 20, 2008

I am running Excel 2003 and in my workbook I created a macro and assigned it to a toolbar comman button, "Copy Filtered Data". This macro copies the visible data into a new workbook.

This works well but others in my company will also be accessing this workbook from a sharepoint and I discovered that when they open it this command button is not on their toolbar.

Would anyone know what I need to do to have this button load on the toolbar when the workbook opens?

Also, I would like this button to either unload or greyout when the workbook that this button is intended for is closed.

View 9 Replies View Related

Save As Toolbar Button

Feb 17, 2009

I have created a toolbar button to save a file as a specific name based on a cell value. The macro runs fine, but the button changes priority when the new file is saved.

i.e. the original file is called "quoting_tool" and the newly created file is called "quoting_tool_'B3'". However, the next time I click this button in the original file, it requests the new file as the home of the toolbar button. I have tried saving the original file after adding the button, but that doesn't work.

View 2 Replies View Related

Name A Combo Box From The Form's Toolbar

Mar 25, 2009

Is there a way to name a combo box from the form's toolbar? I know you can give a name a combo box from the activex control toolbar but I am puzzled with the attached spreadsheet. The code is referencing a name "Combo Box 2" and I am wondering how they assigned a name to a combo box from the forms toolbar. See attached file for more detail.

View 3 Replies View Related

Toolbar Menu (2000)

Jul 2, 2009

I coppied this code from: http://www.contextures.com/xlToolbar02.html. Modified it to show menus but how to add sub menus? (This is the only code I found that works on Excel 2000, so far).

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved