Where is Go To Special in Excel 2011 for Mac? - excel-2011

Does anyone know where the Go To Special... in Excel 2011 for Mac? In Windows, you can use Ctrl+G, but I cannot find it in the Mac version :(

You can open the Goto dialog box from the Edit menu or by pressing F5. From there, click the Special button or type Command-S.

In newer versions, ⌃ Control+G does bring up the Go To… dialog.
Confirming on Excel for Mac version 15.27.

Related

About Excel Available add-ins

I wrote a .xll plugin and selected Excel add in(COM and Excel Add-ins). It's No problem with plugin execution. But when I close my excel and open again, I found my .xll plugin is not excute and open COM and Excel Add-ins, I found it's unselect. I had to select again, it's could execution normal.
why my .xll plugin can not keep select status. Thank you.
Excel VBA Add-ins and XLL Add-ins both require an entry in the registry.
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Excel\Options\
Can you see an entry in the registry ?
When the add-in is ticked, does it load and work as expected ?
Is there anything in your Disabled Items (Excel Options >
Add-ins) change the Manage drop-down to "Disabled Items" and press
Go ?
This page may provide a bit more information:https://bettersolutions.com/excel/add-ins/registry-keys.htm

Remove a tab in Ribbon in Excel for Mac

I have made an add-in ("Funfun") by myself. The manifest files are a little bit messy. Curiously, I cannot remove that add-in from Ribbon anymore in Excel for Mac.
I tried to "reset all customizations", and to re-install Excel, but the Funfun tab is still there. As a consequence, I cannot load the right manifest file to debug that add-in.
Does anyone know how to remove that tab, and start from the very beginning?
According to Excel for Mac documentation:
Remove tabs: You can remove custom tabs only from the Ribbon. To remove, select your tab in the Customize the Ribbon box and click Office 2016 for Mac Customize Ribbon Remove Button
Ref: https://support.office.com/en-ie/article/customize-the-ribbon-and-toolbars-in-office-for-mac-26911d4c-4971-41cd-b606-5fbc0318f499
Try deleting the Office cache to clear out the record of custom buttons and tabs. Details can be found here: Changes to add-in commands including ribbon button and menu items do not take effect.

Remove Excel opening window (Excel 2016)

To my knowledge, this question hasn't been asked before.
If it has, then sorry for the redundance.
I am using Windows 10 and Excel 2016. What I want to do is :
When I open Excel, a green pop-up window is displayed for a few seconds, showing "Office 365", the Microsoft logo, and a loading menu.
Question > Do you think this menu can be removed, or replaced by some other image ?
Thanks a lot !
Best Regards
the menu can be removed: go to options excel -> accessibility (above advanced) -> startscreen...

Excel 2016 restart itself when I try recording a macro

I wanted to make a Macro in Excel 2016 (under Win 10). I chose the "Record Macro" button. After opening the floating window and making a name for the macro, I click on the "OK" button. After that, the Excel goes to hang mode.
on the other hand, the button "Use Relative Reference" in Developer menu does not work and it's highlight always.
Shortly, I can not make a Macro in Excel 2016 under Win 10, any advice is appreciated.
Thanks Guys ...
I found the solution to this issue! ... I did a click on the "Reference ..." in VBA Developer in Excel and I get this message: Unrecognised Project Language then I went to the Regional Setting and I cleaned up (uncheck) the Beta: Use Unicode UTF-8 ... Now the VBA work correctly.

Excel 2007 Visual Basic Editor: eats spaces, throws cursor around

I can't resolve this issue, I found a similar question here but:
setting the workbook to Manual calculation (alt-m-x-m or alt-t-o>formulas) didn't work
Setting editor options to disable: Auto syntax check & Background compile didn't work
anybody have any idea how to fix this very annoying behaviour, I'm used to quickly pop up VBA (alt-f11), f7 to get into code and write some quick procedures there... and it's hard to get out of that habit, I don't want to write any office extension to just add a single quote to every cell in the range
For Each rg In Selection
rg = chr(39) & rg.value
Next
F5, done...
I had this exact problem and the following worked for me.
1.Click the Microsoft Office Button, and then click Excel Options
2.Click the Add-Ins category
3.In the Manage box, click COM Add-ins, and then click Go.
4.Look for an add in called 'Load Test Report AddIn' then uncheck it
5.restart excel
This addin is installed with VS2010 Beta2
I'm using excel 2010 and face similar problem. When I hit space bar, editor removes the space and put cursor to end of last character. Tried unchecking add-in coms without resolution.
"In Excel 2010, toggling Design Mode button on the Developer Ribbon Tab solves the problem for me."
Or in vba editor, CLICK on Design Mode button (icon with pencil) to enter design mode. From the Run menu, select "Design Mode".
Got it from this link:
https://social.msdn.microsoft.com/Forums/office/en-US/3353f2d3-7e92-424b-934c-0eedd21b9a90/excel-2010-vb-editor-auto-deleting-spaces?forum=exceldev
Winword VBA IDE works fine, so it's only in Excel for the moment.
I have tried re-installing, I have tried the Excel options > Resources > diagnostic tool which reported that it fixed 1 issue but the problem remained.
The problem effectively seems to be that the Visual Basic Editor compiles every second (or less) and removes spaces.
An ugly work around is to put a single quote after your cursor and it won't remove the spaces, but that's just silly.
I'm currently waiting for the Office 2007 Enterprise "Change" > "Repair" to finish & test it again, else I'm going to stick with the single quote.
I've hit this issue too, and for me it was related to an Excel add-in which would explain why you're not seeing it in the Word VBE. Try going into the trust center and disabling all application add-ins - if that fixes it, then you can work out which is going wrong by a process of elimination. In my case, it was the Load Test Report Addin which installs with VS2010 beta 2.
I've had this problem recently with Excel 2010. Toggling Design mode didn't work and I didn't have the 'Load Test Report Add-In'. However, I had a couple of other Add-Ins and it was one of those (Jive for Office) that was causing the issue.
So in 2010 you should go to File>Options>Add-Ins. At the bottom of the dialog box in 'Manage' select 'COM Add-Ins' and click Go. See what's in there and unselect each in turn. For me, the result was instant - I didn't even have to restart Excel.

Resources