i have an excel sheet that is grey for some reason. The data seems to be there, but i cant view it. See the picture below. I tried so far going to "normal" view, but that didnt help. Any ideas what caused this and how to get the data visible again?
It looks like your entire worksheet is hidden. Check your menu in order to unhide everything again.
Related
One of the sheets in my workbook has been imported from another workbook. On this particular sheet, scrolling (with my mouse wheel) is somehow disabled. I can scroll just fine on all the other sheets.
Here are a few things I tried:
I went to the sheet properties, because I assumed there was something in the ScrollArea property that was causing this. But the ScrollArea property is blank.
There aren't any macros affecting the sheet, and in fact, the workbook is saved as an xlsx, not xlsm, so I don't think a macro is a potential culprit at all.
I went to "view" to see if this was due to a frozen pane, but there are no frozen panes.
I'm sure there's a simple explanation, but I'm stumped. Does anyone have any ideas about how this could be possible?
Thanks in advance for any help!
I have written a code that should run when a cell in the worksheet changes. It works well and fast.
Now I want to add another case to the code... but now I can´t find it.
Can I somehow search for the code? There are no modules or forms and I have tried to select worksheet and change.. but the code does not appear.
Please help
Regards
Henrik
If the code reacts on Worksheet change, it's within Microsoft Excel Objects for the sheet
I don't know if this will help, but when my code hides (hugely frustrating!), I hit the "Macros" button - it should show up in the list there if it's working in your sheet. Then you can select it, choose "step into", and at least get to where you can edit the code. Good luck!
I know that there must be a simple solution to this, but I don't even know what the box is called so I couldn't find the right answer on google. If I hover over anything in the box, nothing pops up. I can't right-click it either.
I can copy the entire sheet and paste values to a new sheet, and the box goes away, but if I include formatting the box comes back.
Below is a picture. Thank you for your help!
Data Tab ---> Ungroup ---> Clear Outline
I have a workbook that will not let me glide around by clicking and holding the middle mouse button.
I've seen a lot of answers and help around basic scrolling with the mouse, but that's working fine in this case. It's when I hold down the button, nothing happens. It works on other spreadsheets I have open at the same time so the problem must be specifically with that workbook.
I seem to remember having the same trouble long ago with a single sheet in a book.
Any ideas? The workbook does have a lot of VBA, but I've been unable to detect any part which would affect this. Could there be something buried in that?
aha, someone at work figured it out. It happens when you've hidden columns all the way to the end of the sheet. I've unhidden them and am gliding around easy again.
I have an Listbox Multiselect ActiveX control in a Sheet with Freeze Panes. The problem is that when I try to select items the mouseover icon is the standard excel cross instead of the arrow. I know that this question was asked before, but I didn't find any answer.
Thank u in advanced for help
I tested, and I came up with a few interesting observations.
In the ribbon, go to the developer tab. Make sure that the Design
Mode is not on.
When I first froze panes on the sheet, the freeze line went through the listbox I created. This caused the behavior you are describing with the cross-hairs and being unable to select.
Then I moved the listbox. Still same problem. I tried clicking on various cells around the sheet and in the ribbon area, with no change in behavior.
When I clicked to another sheet and back again, it started working as expected. Normal pointer mouse. I could select multiple, and unselect as needed.
Based on what I've tried, it seems that making sure Design Mode is off, and clicking to another sheet and back again may fix the problem.