Its very strange that the small sheet navigation buttons (those look like small arrows) in the lower left of windows, either remain fully grayed/unavailable (when workbook is of 2-3 sheets only), or let me navigate only to a few limited sheets (when its more than 3-4 sheets).
Scroll lock is also off.
I'm on windows 11 and am using licensed version of MS Office 2021. Though I am using Asap Utilities add on, but I've also experimented by turning the same off (i.e. no addons).
Can anybody pls help as to what's going on (google didn't help).
All credit of this answer goes to the comment (answer) written by #prema
copy paste:
"It is greyed out when you see all tabs and no more are hidden on the left or right."
Related
I made a large automated workbook that my whole office uses for tracking samples into / out of our laboratory. Recently, the office was upgraded to Office 365 and now mouse wheel scrolling seems to have stopped working in one sheet of the workbook for the whole office.
You can still navigate by clicking the up / down arrows on the scroll bar, ctrl + arrows, page up / down. The only things affected are mouse wheel scrolling (which most people use) and middle click navigation.
The issue only seems to effect one sheet, but everyone in the office using 365 is affected.
Things I have checked:
My code (there are no references to "scroll" anywhere)
Freeze pane (panes frozen or not, there is no improvement)
Setting ScrollArea for the affected sheet (ScrollArea = "" for all other sheets - no matter what I set the ScrollArea to, users cannot scroll)
Scroll Lock is not activated (picture link to confirm: Image of Scroll Lock off)
Any insight you can provide would be greatly appreciated - whether I need to implement some new VBA, or it's just a setting alteration.
I have a pretty simple file now that was built on a basis of an old complex file with a lot of links. In this testing file, Alpha (link) there is only 1 value, which refers via formula to 1 value of another workbook. The second workbook (Beta) (link) is completely new, except I added there one value.
Issue: when I'm opening workbook Alpha, I have a lot of popups that appear after the button in "Update links" window was clicked, or when I trigger "Enable Content". Popups like this (screen 1, screen 2) with links to other strange old workbooks and with old paths. I can't understand where should I start searching for reasons of this if I already broke all links in the workbook Alpha, which were there, cleaned up all macro were contained, and have only one link to a fresh workbook Beta (which have no connection with links you can see in popups).
Thank you for taking a look.
Some links are hard to find. They can be in formulas, conditional formatting, named ranges, etc.
If you want to speed up the search, you may want to use a 3rd party tool. Long-time Excel MVP Bill Manville wrote a VBA add-in that finds links in the worbook. It's available for free here: https://www.manville.org.uk/software/findlink.htm
It has saved me hours of time in many situations.
Finally, after all those weeks I've found out the answer: the reason was in hidden names, which you can't see through the usual Name Manager. I've found them and removed via Document Inspector (images):
First
Second
Third
I am seeing buttons disappear throughout Office programs - does anyone know why this may be happening? The first screenshot below is the VBE window when it first opens - if I drag a toolbar to a new location, all of its icons appear, but as soon as the mouse hovers over a button, the image disappears (though the button can still be clicked).
Other times when I open the VBE window, though, all of the buttons display correctly and do not disappear when the mouse cursor moves over them (not sure why this happens sometimes).
The other place I have noticed buttons disappearing is in the popup dialogs that appear when you copy/paste, for example. The buttons and drop-down choices exhibit the same behavior - some images are gone from the start (i.e. the initial pop-up button) and some disappear when the mouse moves over them (the dropdown choice buttons).
I also have this problem quite frequently. My research turned up things like "print = true in the properties" (which I usually don't want), "take focus on click", etc. etc. The only thing I've found that works 100% for me (whether right, wrong or indifferent) is to do the following with each button.
Private Sub CommandButton10_Click()
'__SEARCH FOR SOMETHING BY NAME__
With Me.CommandButton10
.Left = 860.5
.Top = 47.25
.Width = 50.25
.Height = 25.5
End With
'The rest of your code goes here..
End Sub
I know it's a pain to do it this way, and every time you click a button it
resets itself to the position, but I haven't lost a button since I started doing this. Now I do every button I use like this. I too would accept a "proper" fix if someone could come up with one. Hope this helps a little.
I am using an excel 2003 file but running it in excel 2007. I have an issue where suddenly ALL the macro buttons (about 25) disappeared on one of the tabs in my spreadsheet. Macros in the other tabs are not affected. The macros disappear only from the one tab. After several years of having to restore from a master file and update the data, I tried moving the macros (and changing the size slightly) that were on line 1 of the sheet (there are also macros further down the sheet and in different rows) so that they no longer touched the bottom of line 1 and have not had an issue now for 2 weeks. (The issue was happening every day the file was used). I think I suddenly stumbled upon a cure, but time will tell.
I am using excel 2003 on Windows 7. On my laptop left side USB drive G:/ needs something in the root section or all of my Buttons and checkboxes disappear. This happens to all routines written in the last 10 years.
Excel is installed on the C: drive and all files are run and saved there.
My removable drive letters got switch around and so my buttons disappeared when touched and then all of them. I manually set the drive letter of the USB drive back to G:\ and everything appeared as normal with just a few days of panic. A new USB stick in G: will also cause the problem, so whatever is in the root of the old stick I copy over to the new stick. Have not figured out what excel is looking for on the G: drive that causes the images to not show up. I have been to this forum hoping to find an answer over the years so hope this works for someone else.
I am having trouble diagnosing this problem we in our office have begun to experience since... upgrading(???)... to Excel 2016.
We cannot recreate the issue on command; we are not sure what causes it. I am not even sure what to Google (list below)! We'll be working in a sheet, all is normal, moving from cell to cell or whatever... then at some point, moving from one typical cell to the next, suddenly, the sheet just... stops letting us use it. It just stops letting us make changes and acts strange.
Here are the symptoms:
Can edit some cells, but the changes will "vanish" when you leave the cell.
Can not click on all cells. The selector with just not highlight them.
Can not add or remove filters, or sort.
Can not Copy or Paste.
Can not delete any cells that can be highlighted.
This can happen to us on a variety of sheets and none of them have "protection" or sheet locking of any kind whatsoever. Zero, zilch, nada. These sheets are NOT "Locked for Editing". And I've looked at my co-workers keyboards to ensure that something silly like Num or Scroll lock wasn't causing the problem; they're not enabled.
One solution which I've found sometimes seems to fix the problem, is to switch sheets. That's it! Sheet1 not responding and treating you like you're locked out? Switch to Sheet2 (just click on it) then switch back to Sheet1. Fixed! Now the cells just... work again. The selector works again. Editing works again, just from switching from one sheet back to another. Well... sometimes.
Other times that does nothing, and then we have to save and reopen the sheet, and it works fine without any other changes. It is very confusing that, without even doing anything besides reopening it, that it works again.
These are a few examples of the stuff I've tried Googling over the last few weeks (I don't think I need to provide the complete list here... all searches have returned nothing useful, only articles talking about how to Lock and Unlock your sheet properly, which isn't this):
excel 2016 locks from editing
excel 2016 locks while working
excel 2016 locked for editing not locked
excel 2016 can't edit until switch sheets
I believe this is a known problem in excel 2016, Especially if you have windows 10. It looks like you need to keep resetting it like you have been doing but it is annoying.
If you try to disable "hardware graphics acceleration" in options menu, that should fix the issue and you would not have to keep switching between sheets.
I am using Excel 2010 and am having difficulty with one old workbook created in Excel 2003. Lots of symptoms to report!
No other workbooks are giving me this problem. This problem file usually causes "MS Excel - (workbook name.xls) [Compatibility Mode] (Not responding) and a blank screen apart from the task bar and this Excel message on a single line across the top of the screen. Waiting doesn't solve the problem. If I close Excel and choose the "Close program" option, it sometimes shows me the file as I remember it for a couple of seconds, then the program closes. Re-opening the file just gives the same behaviour again. During the first few seconds of loading, I can see the message "Contacting server for information" at the bottom of the Excel screen.
In Task Manager I can find EXCEL.EXE *32 running. I'm using Windows 7 Pro 64 bit.
This is a file I use regularly in projects as a specialised calculator, and so I re-copy it each time and save it to save the calculation records in the project file. I've found that versions of the workbook created even several years ago and have given no trouble until now all suffer this problem, so it looks like a problem with Excel 2010. This is the first time I've tried to open these files since migrating from a Win XP computer running Excel 2003.
Please can anyone help me to open the file and to resolve the problem?
Thanks
There might be a calculation or a marcro activated on start up that messes things up.
Try the following:
Open the Excel application, with a blank workbook. Set calculation to manual. Now look up your Macro settings and set these to "disable with notifications".
With these things set, open your misbehaving workbook again and see what happens now. Dont let the macros (if any) start yet! Open the VBA Editor window and check for a script in Workbook called Workbook_Open. If that is present check its content or put a break in and debug it.
Let us know what you find, if any.
UPDATE:
It sounds like there is a database link to an external source that is trying to refresh on startup but isnt working correctly (anymore). I now remember likewise behaviour when I had an Excel workbook with tons of SQL queries in it that (in case of showing a complete table or view by applying SELECT * FROM ...) could overlap other data and that would create autoshutdowns for me. Change the option in the Trust Center for External Content to Disable when you open this workbook and let us know!
I have a client with the same issue. The problem was resolved by removing all the logo's (Images) from the sheet. It appears that the logo contains a link to some web site. I copied the logo into paint and copied it back.
Problem Solved!
It appears that an object placed in the sheet can have its own links embedded in it???
I hope this helps!